| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.strategy.mutable |
This package contains implementations of bags with user defined
HashingStrategys. |
| Modifier and Type | Class and Description |
|---|---|
class |
HashBag<T>
A HashBag is a MutableBag which uses a Map as its underlying data store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashBagWithHashingStrategy<T> |
Copyright © 2004–2016. All rights reserved.