javax.jcr
Interface PropertyIterator

All Superinterfaces:
java.util.Iterator, RangeIterator

public interface PropertyIterator
extends RangeIterator

Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.


Method Summary
 Property nextProperty()
          Returns the next Property in the iteration.
 
Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextProperty

Property nextProperty()
Returns the next Property in the iteration.

Returns:
the next Property in the iteration.
Throws:
java.util.NoSuchElementException - if iteration has no more Propertys.


Copyright © 2009 Day Software. All Rights Reserved.