Index
All Classes and Interfaces|All Packages
A
- allMatch(Collection<E>, Predicate<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
- anyMatch(Collection<E>, Predicate<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
C
- CollectionUtil - Class in pl.matsuo.core.util.collection
-
Helper methods for collection operations
- CollectionUtil() - Constructor for class pl.matsuo.core.util.collection.CollectionUtil
F
- filter(Collection<E>, Predicate<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
- filterMap(Collection<E>, Function<E, F>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
- filterMap(Collection<E>, Predicate<E>, Function<E, F>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
- findFirst(Collection<E>, Predicate<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
- flatMap(Collection<? extends F>, Function<F, Collection<T>>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
- fold(Collection<? extends F>, T, BiFunction<T, F, T>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
-
Reduce
listelements.
G
- getFirst(Collection<E>, Predicate<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
I
- indexed(Collection<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
L
- last(List<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
M
- map(Collection<? extends F>, Function<F, T>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
- merge(Collection<Collection<E>>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
N
- noneMatch(Collection<E>, Predicate<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
P
- pair(E, F) - Static method in class pl.matsuo.core.util.collection.Pair
- Pair<E,
F> - Class in pl.matsuo.core.util.collection - Pair() - Constructor for class pl.matsuo.core.util.collection.Pair
- pl.matsuo.core.util.collection - package pl.matsuo.core.util.collection
R
- range(Integer, Integer) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
- removeNulls(Collection<E>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
S
- stringMap(String...) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
T
- toMap(Collection<E>, Function<E, F>, Function<E, G>) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
-
Create map from collection.
- toMap(Pair<E, F>...) - Static method in class pl.matsuo.core.util.collection.CollectionUtil
-
Create map from array of key value pairs.
All Classes and Interfaces|All Packages