| Package | Description |
|---|---|
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces. |
| Modifier and Type | Method | Description |
|---|---|---|
static <E> SynchronizedMultiSet<E> |
SynchronizedMultiSet.synchronizedMultiSet(MultiSet<E> multiset) |
Factory method to create a synchronized multiset.
|
Copyright © 2001-2019 - Apache Software Foundation