Interface Enumerator.OfInt

All Superinterfaces:
BareEnumerator<Integer>, Enumerator<Integer>, Spliterator<Integer>, Spliterator.OfInt, Spliterator.OfPrimitive<Integer,IntConsumer,Spliterator.OfInt>
All Known Implementing Classes:
AbstractIntEnumerator, IntArrayEnumerator, IntCharArrayEnumerator, IntRangeEnumerator, IntUShortArrayEnumerator
Enclosing interface:
Enumerator<E>

public static interface Enumerator.OfInt extends Enumerator<Integer>, Spliterator.OfInt
An object for enumerating primitive int-valued elements of a collection.