Package | Description |
---|---|
org.apache.commons.collections.bag |
Modifier and Type | Class and Description |
---|---|
class |
HashBag
Implements
Bag , using a HashMap to provide the
data storage. |
class |
TreeBag
Implements
SortedBag , using a TreeMap to provide
the data storage. |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.