Interface PrincipalIterator
-
- All Superinterfaces:
Iterator
,RangeIterator
- All Known Implementing Classes:
PrincipalIteratorAdapter
@ProviderType public interface PrincipalIterator extends RangeIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Principal
nextPrincipal()
Returns the next principal.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
-
-
-
-
Method Detail
-
nextPrincipal
@NotNull @NotNull Principal nextPrincipal()
Returns the next principal.- Returns:
- the next principal
-
-