| Methods in at.molindo.utils.collections with parameters of type Function |
static
|
CollectionUtils.add(C to,
F o,
Function<? super F,T> f)
|
static
|
CollectionUtils.addAll(C to,
Collection<? extends F> from,
Function<? super F,T> f)
|
static
|
ListMap.build(Iterable<E> c,
Function<E,T> f)
|
static
|
IteratorUtils.filter(Iterable<T> iterable,
Function<T,Boolean> filter)
|
static
|
IteratorUtils.filter(Iterator<T> iter,
Function<T,Boolean> filter)
|
static
|
CollectionUtils.find(Collection<T> c,
Function<T,Boolean> f)
|
static
|
CollectionUtils.find(Collection<T> c,
Function<T,V> f,
V match)
|
static
|
CollectionUtils.findAll(Collection<T> c,
Function<T,Boolean> f)
|
static
|
CollectionUtils.findAll(Collection<T> c,
Function<T,V> f,
V match)
|
static
<M extends Map<T,F>,T,F>
M |
|
CollectionUtils.put(M to,
F o,
Function<? super F,T> f)
|
static
<M extends Map<T,F>,T,F>
M |
|
CollectionUtils.putAll(M to,
Collection<? extends F> from,
Function<? super F,T> f)
|
static
|
IteratorUtils.transform(Iterable<? extends F> iterable,
Function<F,T> f)
|
static
|
IteratorUtils.transform(Iterator<? extends F> iter,
Function<F,T> f)
|