Interface IntIterator

All Superinterfaces:
Iterator<Integer>, PrimitiveIterator<Integer,​IntConsumer>, PrimitiveIterator.OfInt
All Known Subinterfaces:
IntBidirectionalIterator, IntBigListIterator, IntListIterator
All Known Implementing Classes:
AbstractIntBidirectionalIterator, AbstractIntBigListIterator, AbstractIntIterator, AbstractIntListIterator, IntBigListIterators.BigListIteratorListIterator, IntBigListIterators.EmptyBigListIterator, IntBigListIterators.UnmodifiableBigListIterator, IntIterators.EmptyIterator, IntIterators.UnmodifiableBidirectionalIterator, IntIterators.UnmodifiableIterator, IntIterators.UnmodifiableListIterator

public interface IntIterator
extends PrimitiveIterator.OfInt
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
See Also:
Iterator