Package | Description |
---|---|
cern.colt.map |
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
|
cern.colt.matrix.impl |
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of
cern.colt.matrix , without subsetting or supersetting. |
Class and Description |
---|
AbstractDoubleIntMap
Abstract base class for hash maps holding (key,value) associations of type (double-->int).
|
AbstractIntDoubleMap
Abstract base class for hash maps holding (key,value) associations of type (int-->double).
|
AbstractIntIntMap
Abstract base class for hash maps holding (key,value) associations of type (int-->int).
|
AbstractIntObjectMap
Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
|
AbstractLongObjectMap
Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
|
AbstractMap
Abstract base class for hash maps holding objects or primitive data types such as
int , float , etc. |
Class and Description |
---|
AbstractIntDoubleMap
Abstract base class for hash maps holding (key,value) associations of type (int-->double).
|
AbstractIntObjectMap
Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.