Package org.apache.jackrabbit.webdav
Interface DavResourceIterator
- All Superinterfaces:
Iterator<DavResource>
- All Known Implementing Classes:
DavResourceIteratorImpl
DavResourceIterator extends the
Iterator
interface. Additional
METHODS allow to retrieve the next DavResource
from the iterator
and the iterators size.-
Method Summary
Modifier and TypeMethodDescriptionReturns the nextDavResource
in the iteratorint
size()
Return the number ofDavResource
s in the iterator.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextResource
DavResource nextResource()Returns the nextDavResource
in the iterator- Returns:
- the next
DavResource
-
size
int size()Return the number ofDavResource
s in the iterator.- Returns:
- number of elements in the iterator.
-