Schnittstelle ObjectListIterator<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Iterator<T>, ListIterator<T>, ObjectBidirectionalIterator<T>, ObjectIterator<T>

public interface ObjectListIterator<T> extends ListIterator<T>, ObjectBidirectionalIterator<T>
A Type Specific ListIterator that reduces boxing/unboxing