public final class ArrayUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
filter(T[] array,
Predicate<T> predicate) |
static <T> T |
findFirst(T[] array,
Predicate<T> predicate) |
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.