Package | Description |
---|---|
org.apache.commons.collections4.bag |
Modifier and Type | Class | 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-2019 - Apache Software Foundation