org.apache.jackrabbit.webdav.property
Interface DavPropertyIterator
- All Superinterfaces:
- java.util.Iterator
public interface DavPropertyIterator
- extends java.util.Iterator
The DavPropertyIterator extends the Iterator by
a property specific next() method.
| Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextProperty
DavProperty nextProperty()
throws java.util.NoSuchElementException
- Returns the next
Property in the interation.
- Returns:
- the next
Property in the iteration.
- Throws:
java.util.NoSuchElementException - if iteration has no more elements.
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.