protected static class ICalPropertyScribe.StructuredIterator extends Object
Constructor and Description |
---|
ICalPropertyScribe.StructuredIterator(Iterator<List<String>> it)
Constructs a new structured iterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Determines if there are any elements left in the value.
|
List<String> |
nextComponent()
Gets the next component.
|
String |
nextString()
Gets the first value of the next component.
|
public ICalPropertyScribe.StructuredIterator(Iterator<List<String>> it)
it
- the iterator to wrappublic String nextString()
public List<String> nextComponent()
public boolean hasNext()
Copyright © 2013-2016 Michael Angstadt. All Rights Reserved.