public final class Lister extends Object
| Constructor and Description |
|---|
Lister() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
getElementsByComparison(List<T> input,
Comparator<? super T> comparator) |
static <T> List<T> |
getElementsByFilter(List<T> input,
Predicate<? super T> predicate) |
Copyright © 2020 Alantea. All rights reserved.