Interface DavPropertyIterator
-
- All Superinterfaces:
java.util.Iterator<DavProperty<?>>
public interface DavPropertyIterator extends java.util.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
.
-
-
-
Method Detail
-
nextProperty
DavProperty<?> nextProperty() throws java.util.NoSuchElementException
Returns the nextProperty
.- Returns:
- the next
Property
in the iteration. - Throws:
java.util.NoSuchElementException
- if iteration has no more elements.
-
-