PrimitiveIterator
Interface PrimitiveIterator<T,T_CONS>
- Type Parameters:
-
T
- the type of elements returned by this PrimitiveIterator. The type must be a wrapper type for a primitive type, such asInteger
for the primitiveint
type. -
T_CONS
- the type of primitive consumer. The type must be a primitive specialization ofConsumer
forT
, such asIntConsumer
forInteger
.
- All Superinterfaces:
- Iterator<T>
- All Known Subinterfaces:
- PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, Pr