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