Interface DavPropertyIterator
-
- All Superinterfaces:
Iterator<DavProperty<?>>
public interface DavPropertyIterator extends Iterator<DavProperty<?>>
TheDavPropertyIteratorextends theIteratorby 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
Propertyin the iteration. - Throws:
NoSuchElementException- if iteration has no more elements.
-
-