Schnittstelle ObjectSplititerator<T>

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

public interface ObjectSplititerator<T> extends Spliterator<T>, ObjectIterator<T>
A Type Specific Split-Iterator that reduces boxing/unboxing It fills the gaps of the java and uses this collection interfaces