|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiweekly.property.marshaller.ICalPropertyMarshaller.StructuredIterator
protected static class ICalPropertyMarshaller.StructuredIterator
Iterates over the fields in a structured value.
Constructor Summary | |
---|---|
ICalPropertyMarshaller.StructuredIterator(Iterator<List<String>> it)
Constructs a new structured iterator. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICalPropertyMarshaller.StructuredIterator(Iterator<List<String>> it)
it
- the iterator to wrapMethod Detail |
---|
public String nextString()
public List<String> nextComponent()
public boolean hasNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |