public interface DavResourceIterator extends Iterator<DavResource>
Iterator interface. Additional
METHODS allow to retrieve the next DavResource from the iterator
and the iterators size.| Modifier and Type | Method and Description |
|---|---|
DavResource |
nextResource()
Returns the next
DavResource in the iterator |
int |
size()
Return the number of
DavResources in the iterator. |
forEachRemaining, hasNext, next, removeDavResource nextResource()
DavResource in the iteratorDavResourceint size()
DavResources in the iterator.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.