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 nextDavResourcein the iteratorintsize()Return the number ofDavResources in the iterator.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextResource
DavResource nextResource()Returns the nextDavResourcein the iterator- Returns:
- the next
DavResource
-
size
int size()Return the number ofDavResources in the iterator.- Returns:
- number of elements in the iterator.
-