Package | Description |
---|---|
org.apache.commons.collections.bag |
Modifier and Type | Class | 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-2017 Apache Software Foundation. All Rights Reserved.