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
HashingStrategy s. |
Modifier and Type | Class | Description |
---|---|---|
class |
HashBag<T> |
A HashBag is a MutableBag which uses a Map as its underlying data store.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HashBagWithHashingStrategy<T> |
Copyright © 2004–2018. All rights reserved.