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.
SizedIterator extends Iterator with a getSize method.