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