Package | Description |
---|---|
org.apache.commons.collections4.bag |
Modifier and Type | Class and Description |
---|---|
class |
HashBag<E>
Implements
Bag , using a HashMap to provide the
data storage. |
class |
TreeBag<E>
Implements
SortedBag , using a TreeMap to provide the data storage. |
Copyright © 2001-2013. All Rights Reserved.