| Package | Description |
|---|---|
| cern.colt.list | |
| cern.colt.map | |
| cern.jet.random | |
| cern.jet.random.engine | |
| openlr.collection |
Provides some collection types that work an basic data types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractByteList
Abstract base class for resizable lists holding
byte elements; abstract. |
class |
AbstractCollection
Abstract base class for resizable collections holding objects or primitive data types such as
int, float, etc. |
class |
AbstractDoubleList
Abstract base class for resizable lists holding
double elements; abstract. |
class |
AbstractFloatList
Abstract base class for resizable lists holding
float elements; abstract. |
class |
AbstractIntList
Abstract base class for resizable lists holding
int elements; abstract. |
class |
AbstractList
Abstract base class for resizable lists holding objects or primitive data types such as
int, float, etc. |
class |
AbstractLongList
Abstract base class for resizable lists holding
long elements; abstract. |
class |
ByteArrayList
Resizable list holding
byte elements; implemented with arrays. |
class |
DoubleArrayList
Resizable list holding
double elements; implemented with arrays. |
class |
FloatArrayList
Resizable list holding
float elements; implemented with arrays. |
class |
IntArrayList
Resizable list holding
int elements; implemented with arrays. |
class |
LongArrayList
Resizable list holding
long elements; implemented with arrays. |
class |
ObjectArrayList
Resizable list holding
Object elements; implemented with arrays. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntIntMap
Abstract base class for hash maps holding (key,value) associations of type (int-->int).
|
class |
AbstractIntObjectMap
Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
|
class |
AbstractLongObjectMap
Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
|
class |
AbstractMap
Abstract base class for hash maps holding objects or primitive data types such as
int, float, etc. |
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
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
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 | Class and Description |
|---|---|
class |
AbstractContinousDistribution
Abstract base class for all continous distributions.
|
class |
AbstractDistribution
Abstract base class for all random distributions.
|
class |
Uniform
Uniform distribution; Math definition
and animated definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DRand
Quick medium quality uniform pseudo-random number generator.
|
class |
MersenneTwister
MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
|
class |
RandomEngine
Abstract base class for uniform pseudo-random number generating engines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenAbstractCollection
Overrides many methods for performance reasons only.
|
class |
OpenLongHashSet
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
class |
OpenLongIntHashMap
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.