| Package | Description |
|---|---|
| org.eclipse.collections.impl.bimap.immutable | |
| org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractImmutableBiMap<K,V> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HashBiMap<K,V> |
A
MutableBiMap which uses two hash tables as its underlying data store. |
Copyright © 2004–2017. All rights reserved.