Interface DavResourceIterator

  • All Superinterfaces:
    java.util.Iterator<DavResource>
    All Known Implementing Classes:
    DavResourceIteratorImpl

    public interface DavResourceIterator
    extends java.util.Iterator<DavResource>
    DavResourceIterator extends the Iterator interface. Additional METHODS allow to retrieve the next DavResource from the iterator and the iterators size.
    • Method Detail

      • size

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