Package | Description |
---|---|
java.util | |
java.util.function | |
java.util.stream |
Modifier and Type | Class and Description |
---|---|
class |
IntSummaryStatistics
See the
official Java API doc for details.
|
class |
LongSummaryStatistics
See the
official Java API doc for details.
|
Modifier and Type | Method and Description |
---|---|
default void |
PrimitiveIterator.OfInt.forEachRemaining(IntConsumer consumer) |
void |
OptionalInt.ifPresent(IntConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
default IntConsumer |
IntConsumer.andThen(IntConsumer after) |
Modifier and Type | Method and Description |
---|---|
default IntConsumer |
IntConsumer.andThen(IntConsumer after) |
Modifier and Type | Interface and Description |
---|---|
static interface |
IntStream.Builder
See the
official Java API doc for details.
|
Modifier and Type | Method and Description |
---|---|
void |
IntStream.forEach(IntConsumer action) |
void |
IntStream.forEachOrdered(IntConsumer action) |
IntStream |
IntStream.peek(IntConsumer action) |
Copyright © 2018. All rights reserved.