Module java.base
Package java.util

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