|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiweekly.property.marshaller.ICalPropertyMarshaller.SemiStructuredIterator
protected static class ICalPropertyMarshaller.SemiStructuredIterator
Iterates over the fields in a semi-structured value (a structured value whose components cannot be multi-valued).
| Constructor Summary | |
|---|---|
ICalPropertyMarshaller.SemiStructuredIterator(Iterator<String> it)
Constructs a new structured iterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Determines if there are any elements left in the value. |
String |
next()
Gets the next value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ICalPropertyMarshaller.SemiStructuredIterator(Iterator<String> it)
it - the iterator to wrap| Method Detail |
|---|
public String next()
public boolean hasNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||