org.apache.jackrabbit.webdav
Interface DavResourceIterator

All Superinterfaces:
Iterator<DavResource>
All Known Implementing Classes:
DavResourceIteratorImpl

public interface DavResourceIterator
extends Iterator<DavResource>

DavResourceIterator extends the Iterator interface. Additional METHODS allow to retrieve the next DavResource from the iterator and the iterators size.


Method Summary
 DavResource nextResource()
          Returns the next DavResource in the iterator
 int size()
          Return the number of DavResources in the iterator.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextResource

DavResource nextResource()
Returns the next DavResource in the iterator

Returns:
the next DavResource

size

int size()
Return the number of DavResources in the iterator.

Returns:
number of elements in the iterator.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.