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