Package | Description |
---|---|
org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet interface. |
Modifier and Type | Method and 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 The Apache Software Foundation. All rights reserved.