Package javax.jcr
Interface PropertyIterator
- All Superinterfaces:
Iterator,RangeIterator
- All Known Implementing Classes:
PropertyIteratorAdapter
Allows easy iteration through a list of
Propertys with
nextProperty as well as a skip method.-
Method Summary
Modifier and TypeMethodDescriptionReturns the nextPropertyin the iteration.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
-
Method Details
-
nextProperty
Property nextProperty()Returns the nextPropertyin the iteration.- Returns:
- the next
Propertyin the iteration. - Throws:
NoSuchElementException- if iteration has no morePropertys.
-