Interface DavPropertyIterator
- All Superinterfaces:
Iterator<DavProperty<?>>
The
DavPropertyIterator extends the Iterator by
a property specific next() method.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextProperty
Returns the nextProperty.- Returns:
- the next
Propertyin the iteration. - Throws:
NoSuchElementException- if iteration has no more elements.
-