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. |
DavResource nextResource()
DavResource in the iteratorDavResourceint size()
DavResources in the iterator.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.