T
- element typeC
- consumer typepublic interface PrimitiveIterator<T,C> extends Iterator<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
PrimitiveIterator.OfDouble
See
the official Java API doc for details.
|
static interface |
PrimitiveIterator.OfInt
See
the official Java API doc for details.
|
static interface |
PrimitiveIterator.OfLong
See
the official Java API doc for details.
|
Modifier and Type | Method and Description |
---|---|
void |
forEachRemaining(C consumer) |
forEachRemaining, hasNext, next, remove
void forEachRemaining(C consumer)
Copyright © 2018. All rights reserved.