| Package | Description |
|---|---|
| cern.colt.map |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractIntObjectMap |
AbstractIntObjectMap.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Copyright © 2004–2014 CodeLutin. All rights reserved.