Package javax.jcr.nodetype
Interface NodeTypeIterator
- All Superinterfaces:
Iterator,RangeIterator
- All Known Implementing Classes:
NodeTypeIteratorAdapter
An iterator for
NodeType objects.-
Method Summary
Modifier and TypeMethodDescriptionReturns the nextNodeTypein the iteration.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
-
Method Details
-
nextNodeType
NodeType nextNodeType()Returns the nextNodeTypein the iteration.- Returns:
- the next
NodeTypein the iteration. - Throws:
NoSuchElementException- if iteration has no moreNodeTypes.
-