| Package | Description | 
|---|---|
| cern.colt | Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. | 
| cern.colt.buffer | Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow. | 
| cern.colt.list | Resizable lists holding objects or primitive data types such as int, 
  double, etc. | 
| cern.colt.list.adapter | List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework. | 
| cern.colt.map | Automatically growing and shrinking maps holding objects or primitive 
data types such as int, double, etc. | 
| cern.colt.matrix | Matrix interfaces and factories; efficient and flexible dense and sparse 
1, 2, 3 and d-dimensional matrices holding objects or primitive data types such 
as int, double, etc; Templated, fixed sized (not dynamically 
resizable); Also known as multi-dimensional arrays or Data Cubes. | 
| 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. | 
| cern.colt.matrix.linalg | Linear Algebraic matrix computations operating on  DoubleMatrix2DandDoubleMatrix1D. | 
| cern.jet.stat | Tools for basic and advanced statistics: Estimators, Gamma functions, Beta functions, Probabilities, Special integrals, etc. | 
| cern.jet.stat.quantile | Scalable algorithms and data structures to compute approximate quantiles over very large data sequences. | 
| Class and Description | 
|---|
| DoubleArrayList Resizable list holding  doubleelements; implemented with arrays. | 
| IntArrayList Resizable list holding  intelements; implemented with arrays. | 
| Class and Description | 
|---|
| DoubleArrayList Resizable list holding  doubleelements; implemented with arrays. | 
| IntArrayList Resizable list holding  intelements; implemented with arrays. | 
| ObjectArrayList Resizable list holding  Objectelements; implemented with arrays. | 
| Class and Description | 
|---|
| AbstractBooleanList Abstract base class for resizable lists holding  booleanelements; abstract. | 
| AbstractByteList Abstract base class for resizable lists holding  byteelements; abstract. | 
| AbstractCharList Abstract base class for resizable lists holding  charelements; abstract. | 
| AbstractCollection Abstract base class for resizable collections holding objects or primitive data types such as  int,float, etc. | 
| AbstractDoubleList Abstract base class for resizable lists holding  doubleelements; abstract. | 
| AbstractFloatList Abstract base class for resizable lists holding  floatelements; abstract. | 
| AbstractIntList Abstract base class for resizable lists holding  intelements; abstract. | 
| AbstractList Abstract base class for resizable lists holding objects or primitive data types such as  int,float, etc. | 
| AbstractLongList Abstract base class for resizable lists holding  longelements; abstract. | 
| AbstractShortList Abstract base class for resizable lists holding  shortelements; abstract. | 
| BooleanArrayList Resizable list holding  booleanelements; implemented with arrays. | 
| ByteArrayList Resizable list holding  byteelements; implemented with arrays. | 
| CharArrayList Resizable list holding  charelements; implemented with arrays. | 
| DoubleArrayList Resizable list holding  doubleelements; implemented with arrays. | 
| FloatArrayList Resizable list holding  floatelements; implemented with arrays. | 
| IntArrayList Resizable list holding  intelements; implemented with arrays. | 
| LongArrayList Resizable list holding  longelements; implemented with arrays. | 
| MinMaxNumberList Resizable compressed list holding numbers; based on the fact that a value in a given interval need not take more than log(max-min+1) bits; implemented with a cern.colt.bitvector.BitVector. | 
| ObjectArrayList Resizable list holding  Objectelements; implemented with arrays. | 
| ShortArrayList Resizable list holding  shortelements; implemented with arrays. | 
| Class and Description | 
|---|
| AbstractDoubleList Abstract base class for resizable lists holding  doubleelements; abstract. | 
| AbstractFloatList Abstract base class for resizable lists holding  floatelements; abstract. | 
| AbstractIntList Abstract base class for resizable lists holding  intelements; abstract. | 
| AbstractLongList Abstract base class for resizable lists holding  longelements; abstract. | 
| ObjectArrayList Resizable list holding  Objectelements; implemented with arrays. | 
| Class and Description | 
|---|
| DoubleArrayList Resizable list holding  doubleelements; implemented with arrays. | 
| IntArrayList Resizable list holding  intelements; implemented with arrays. | 
| LongArrayList Resizable list holding  longelements; implemented with arrays. | 
| ObjectArrayList Resizable list holding  Objectelements; implemented with arrays. | 
| Class and Description | 
|---|
| AbstractDoubleList Abstract base class for resizable lists holding  doubleelements; abstract. | 
| DoubleArrayList Resizable list holding  doubleelements; implemented with arrays. | 
| IntArrayList Resizable list holding  intelements; implemented with arrays. | 
| ObjectArrayList Resizable list holding  Objectelements; implemented with arrays. | 
| Class and Description | 
|---|
| DoubleArrayList Resizable list holding  doubleelements; implemented with arrays. | 
| IntArrayList Resizable list holding  intelements; implemented with arrays. | 
| Class and Description | 
|---|
| ObjectArrayList Resizable list holding  Objectelements; implemented with arrays. | 
| Class and Description | 
|---|
| DoubleArrayList Resizable list holding  doubleelements; implemented with arrays. | 
| IntArrayList Resizable list holding  intelements; implemented with arrays. | 
| Class and Description | 
|---|
| DoubleArrayList Resizable list holding  doubleelements; implemented with arrays. | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.