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