PrimitiveIterator.OfDouble

Interface PrimitiveIterator.OfDouble

All Superinterfaces:
Iterator<Double>, PrimitiveIterator<Double,DoubleConsumer>
Enclosing interface:
PrimitiveIterator<T,T_CONS>
public static interface PrimitiveIterator.OfDouble
extends PrimitiveIterator<Double,DoubleConsumer>

An Iterator specialized for double values.

Since:
1.8

Nested Classes

登录查看完整内容