Uses of Class
cern.colt.list.ObjectArrayList

Packages that use ObjectArrayList
Package
Description
Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.
Resizable lists holding objects or primitive data types such as int, double, etc.
List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework.
Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc.
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.
Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D.