org.apache.jackrabbit.webdav.property
Interface DavPropertyIterator

All Superinterfaces:
Iterator<DavProperty<?>>

public interface DavPropertyIterator
extends Iterator<DavProperty<?>>

The DavPropertyIterator extends the Iterator by a property specific next() method.


Method Summary
 DavProperty<?> nextProperty()
          Returns the next Property in the interation.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextProperty

DavProperty<?> nextProperty()
                            throws NoSuchElementException
Returns the next Property in the interation.

Returns:
the next Property in the iteration.
Throws:
NoSuchElementException - if iteration has no more elements.


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