T - the type of elements maintained by this Collectionpublic interface ObjectIterator<T>
extends java.util.Iterator<T>
Iterator that reduces (un)boxing| Modifier and Type | Method and Description |
|---|---|
default int |
skip(int amount)
Skips the Given amount of elements if possible.
|