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