org.apache.commons.collections4.CollectionUtils.cardinality(O, Iterable super O>)
|
org.apache.commons.collections4.CollectionUtils.countMatches(Iterable, Predicate super C>)
|
org.apache.commons.collections4.CollectionUtils.exists(Iterable, Predicate super C>)
|
org.apache.commons.collections4.CollectionUtils.find(Iterable, Predicate super T>)
|
org.apache.commons.collections4.CollectionUtils.forAllButLastDo(Iterable, C)
|
org.apache.commons.collections4.CollectionUtils.forAllButLastDo(Iterator, C)
|
org.apache.commons.collections4.CollectionUtils.forAllDo(Iterable, C)
|
org.apache.commons.collections4.CollectionUtils.forAllDo(Iterator, C)
|
org.apache.commons.collections4.CollectionUtils.get(Iterable, int)
since 4.1, use IterableUtils.get(Iterable, int) instead
|
org.apache.commons.collections4.CollectionUtils.get(Iterator, int)
since 4.1, use IteratorUtils.get(Iterator, int) instead
|
org.apache.commons.collections4.CollectionUtils.matchesAll(Iterable, Predicate super C>)
|
org.apache.commons.collections4.MapUtils.multiValueMap(Map>)
|
org.apache.commons.collections4.MapUtils.multiValueMap(Map, Class)
|
org.apache.commons.collections4.MapUtils.multiValueMap(Map, Factory)
|
org.apache.commons.collections4.TransformerUtils.switchTransformer(Predicate super I>, Transformer super I, ? extends O>, Transformer super I, ? extends O>)
as of 4.1, use {@link #ifTransformer(Predicate, Transformer, Transformer))
|
org.apache.commons.collections4.CollectionUtils.synchronizedCollection(Collection)
|
org.apache.commons.collections4.CollectionUtils.unmodifiableCollection(Collection extends C>)
|