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