Uses of Interface
cern.colt.function.ObjectProcedure
Packages that use ObjectProcedure
Package
Description
Resizable lists 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.
-
Uses of ObjectProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type ObjectProcedureModifier and TypeMethodDescriptionboolean
ObjectArrayList.forEach
(ObjectProcedure procedure) Applies a procedure to each element of the receiver, if any. -
Uses of ObjectProcedure in cern.colt.matrix
Methods in cern.colt.matrix with parameters of type ObjectProcedureModifier and TypeMethodDescriptionObjectMatrix1D.viewSelection
(ObjectProcedure condition) Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.private boolean
ObjectMatrix1D.xforEach
(ObjectProcedure procedure) Applies a procedure to each cell's value.private boolean
ObjectMatrix2D.xforEach
(ObjectProcedure procedure) Applies a procedure to each cell's value.private boolean
ObjectMatrix3D.xforEach
(ObjectProcedure procedure) Applies a procedure to each cell's value.