| Package | Description |
|---|---|
| cern.colt.map |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDoubleIntMap
Abstract base class for hash maps holding (key,value) associations of type
(double-->int).
|
class |
AbstractIntDoubleMap
Abstract base class for hash maps holding (key,value) associations of type
(int-->double).
|
class |
AbstractIntIntMap
Abstract base class for hash maps holding (key,value) associations of type
(int-->int).
|
class |
AbstractIntObjectMap<T>
Abstract base class for hash maps holding (key,value) associations of type
(int-->Object).
|
class |
AbstractLongObjectMap<T>
Abstract base class for hash maps holding (key,value) associations of type
(long-->Object).
|
class |
OpenDoubleIntHashMap
Hash map holding (key,value) associations of type (double-->int);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
class |
OpenIntDoubleHashMap
Hash map holding (key,value) associations of type (int-->double);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
class |
OpenIntIntHashMap
Hash map holding (key,value) associations of type (int-->int);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
class |
OpenIntObjectHashMap<T>
Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented
using open addressing with double hashing.
|
class |
OpenLongObjectHashMap<T>
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
class |
QuickOpenIntIntHashMap
Status: Experimental; Do not use for production yet.
|
Copyright © 2004–2015 CodeLutin. All rights reserved.