org.apache.jackrabbit.webdav
Interface DavResourceIterator

All Superinterfaces:
Iterator
All Known Implementing Classes:
DavResourceIteratorImpl

public interface DavResourceIterator
extends Iterator

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

public DavResource nextResource()
Returns the next DavResource in the iterator

Returns:
the next DavResource

size

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

Returns:
number of elements in the iterator.


Copyright © 2005-2006 . All Rights Reserved.