Uses of Interface
cern.colt.function.IntIntProcedure
Packages that use IntIntProcedure
Package
Description
Bit vectors and bit matrices.
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions,
Function Objects for generic function evaluation, etc.
-
Uses of IntIntProcedure in cern.colt.bitvector
Methods in cern.colt.bitvector with parameters of type IntIntProcedureModifier and TypeMethodDescriptionboolean
BitMatrix.forEachCoordinateInState
(boolean state, IntIntProcedure procedure) Applies a procedure to each coordinate that holds a bit in the given state. -
Uses of IntIntProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type IntIntProcedureModifier and TypeMethodDescriptionboolean
AbstractIntIntMap.forEachPair
(IntIntProcedure procedure) Applies a procedure to each (key,value) pair of the receiver, if any.boolean
OpenIntIntHashMap.forEachPair
(IntIntProcedure procedure) Applies a procedure to each (key,value) pair of the receiver, if any.void
AbstractIntIntMap.pairsMatching
(IntIntProcedure condition, IntArrayList keyList, IntArrayList valueList) Fills all pairs satisfying a given condition into the specified lists.void
OpenIntIntHashMap.pairsMatching
(IntIntProcedure condition, IntArrayList keyList, IntArrayList valueList) Fills all pairs satisfying a given condition into the specified lists. -
Uses of IntIntProcedure in cern.jet.math
Fields in cern.jet.math declared as IntIntProcedureModifier and TypeFieldDescriptionstatic final IntIntProcedure
IntFunctions.isEqual
Function that returns a == b.static final IntIntProcedure
IntFunctions.isGreater
Function that returns a > b.static final IntIntProcedure
IntFunctions.isLess
Function that returns a invalid input: '<' b.