Uses of Package
cern.colt.list
-
Packages that use cern.colt.list 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 ofcern.colt.matrix
, without subsetting or supersetting.cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2D
andDoubleMatrix1D
.cern.jet.random.sampling Samples (picks) random subsets of data sequences.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.hep.aida.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. -
Classes in cern.colt.list used by cern.colt Class Description DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.colt.buffer Class Description DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays.ObjectArrayList Resizable list holdingObject
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.colt.list Class Description AbstractBooleanList Abstract base class for resizable lists holdingboolean
elements; abstract.AbstractByteList Abstract base class for resizable lists holdingbyte
elements; abstract.AbstractCharList Abstract base class for resizable lists holdingchar
elements; abstract.AbstractCollection Abstract base class for resizable collections holding objects or primitive data types such asint
,float
, etc.AbstractDoubleList Abstract base class for resizable lists holdingdouble
elements; abstract.AbstractFloatList Abstract base class for resizable lists holdingfloat
elements; abstract.AbstractIntList Abstract base class for resizable lists holdingint
elements; abstract.AbstractList Abstract base class for resizable lists holding objects or primitive data types such asint
,float
, etc.AbstractLongList Abstract base class for resizable lists holdinglong
elements; abstract.AbstractShortList Abstract base class for resizable lists holdingshort
elements; abstract.BooleanArrayList Resizable list holdingboolean
elements; implemented with arrays.ByteArrayList Resizable list holdingbyte
elements; implemented with arrays.CharArrayList Resizable list holdingchar
elements; implemented with arrays.DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.FloatArrayList Resizable list holdingfloat
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays.LongArrayList Resizable list holdinglong
elements; 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 holdingObject
elements; implemented with arrays.ShortArrayList Resizable list holdingshort
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.colt.list.adapter Class Description AbstractDoubleList Abstract base class for resizable lists holdingdouble
elements; abstract.AbstractFloatList Abstract base class for resizable lists holdingfloat
elements; abstract.AbstractIntList Abstract base class for resizable lists holdingint
elements; abstract.AbstractLongList Abstract base class for resizable lists holdinglong
elements; abstract.ObjectArrayList Resizable list holdingObject
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.colt.map Class Description DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays.LongArrayList Resizable list holdinglong
elements; implemented with arrays.ObjectArrayList Resizable list holdingObject
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.colt.matrix Class Description AbstractDoubleList Abstract base class for resizable lists holdingdouble
elements; abstract.DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays.ObjectArrayList Resizable list holdingObject
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.colt.matrix.impl Class Description DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.colt.matrix.linalg Class Description ObjectArrayList Resizable list holdingObject
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.jet.random.sampling Class Description BooleanArrayList Resizable list holdingboolean
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.jet.stat Class Description DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays. -
Classes in cern.colt.list used by cern.jet.stat.quantile Class Description DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays. -
Classes in cern.colt.list used by hep.aida.bin Class Description DoubleArrayList Resizable list holdingdouble
elements; implemented with arrays.IntArrayList Resizable list holdingint
elements; implemented with arrays.