| Package | Description |
|---|---|
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces. |
| Modifier and Type | Method | Description |
|---|---|---|
static <E> PredicatedMultiSet<E> |
PredicatedMultiSet.predicatedMultiSet(MultiSet<E> multiset,
Predicate<? super E> predicate) |
Factory method to create a predicated (validating) multiset.
|
Copyright © 2001-2019 - Apache Software Foundation