| Package | Description |
|---|---|
| com.gs.collections.api.bimap |
This package contains interfaces for BiMap API.
|
| com.gs.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
| Class and Description |
|---|
| BiMap
A map that allows users to look up key-value pairs from either direction.
|
| ImmutableBiMap
A
BiMap whose contents cannot be altered after initialization. |
| MutableBiMap
A
BiMap whose contents can be altered after initialization. |
| Class and Description |
|---|
| BiMap
A map that allows users to look up key-value pairs from either direction.
|
| MutableBiMap
A
BiMap whose contents can be altered after initialization. |
Copyright © 2004–2017. All rights reserved.