Interface SizedIterator<T>
- Type Parameters:
T- the type of elements of this iterator
- All Superinterfaces:
Iterator<T>,SizedIterator<T>
Deprecated.
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface org.apache.jackrabbit.commons.iterator.SizedIterator
getSize
SizedIterator