Package | Description |
---|---|
cern.colt.map |
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenLongObjectHashMap
Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
|
Modifier and Type | Method and Description |
---|---|
AbstractLongObjectMap |
AbstractLongObjectMap.copy()
Returns a deep copy of the receiver; uses
clone() and casts the result. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.