public interface DavPropertyIterator extends Iterator<DavProperty<?>>
DavPropertyIterator
extends the Iterator
by
a property specific next()
method.Modifier and Type | Method and Description |
---|---|
DavProperty<?> |
nextProperty()
Returns the next
Property . |
forEachRemaining, hasNext, next, remove
DavProperty<?> nextProperty() throws NoSuchElementException
Property
.Property
in the iteration.NoSuchElementException
- if iteration has no more elements.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.