Package | Description |
---|---|
cern.colt.list |
Resizable lists 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectArrayList.forEach(ObjectProcedure procedure)
Applies a procedure to each element of the receiver, if any.
|
Modifier and Type | Method and Description |
---|---|
ObjectMatrix1D |
ObjectMatrix1D.viewSelection(ObjectProcedure condition)
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.