| Package | Description |
|---|---|
| java.util | |
| java.util.function | |
| java.util.stream |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayList.replaceAll(UnaryOperator<E> operator) |
default void |
List.replaceAll(UnaryOperator<E> operator) |
void |
Vector.replaceAll(UnaryOperator<E> operator) |
| Modifier and Type | Method and Description |
|---|---|
static <T> UnaryOperator<T> |
UnaryOperator.identity() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<T> |
Stream.iterate(T seed,
UnaryOperator<T> f) |
Copyright © 2018. All rights reserved.