public interface DavPropertyIterator extends java.util.Iterator<DavProperty<?>>
DavPropertyIterator
extends the Iterator
by
a property specific next()
method.Modifier and Type | Method and Description |
---|---|
DavProperty<?> |
nextProperty()
Returns the next
Property . |
DavProperty<?> nextProperty() throws java.util.NoSuchElementException
Property
.Property
in the iteration.java.util.NoSuchElementException
- if iteration has no more elements.Copyright © 2010 - 2023 Adobe. All Rights Reserved