Interface DavPropertyIterator
-
- All Superinterfaces:
Iterator<DavProperty<?>>
public interface DavPropertyIterator extends Iterator<DavProperty<?>>
TheDavPropertyIterator
extends theIterator
by a property specificnext()
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DavProperty<?>
nextProperty()
Returns the nextProperty
.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
nextProperty
DavProperty<?> nextProperty() throws NoSuchElementException
Returns the nextProperty
.- Returns:
- the next
Property
in the iteration. - Throws:
NoSuchElementException
- if iteration has no more elements.
-
-