PrimitiveIterator.OfLong

Interface PrimitiveIterator.OfLong

All Superinterfaces:
Iterator<Long>, PrimitiveIterator<Long,LongConsumer>
Enclosing interface:
PrimitiveIterator<T,T_CONS>
public static interface PrimitiveIterator.OfLong
extends PrimitiveIterator<Long,LongConsumer>

An Iterator specialized for long values.

Since:
1.8

Nested Classes

Nested classes