Parallel Colt 0.9.4

Uses of Interface
cern.colt.function.tfloat.FloatLongProcedure

Packages that use FloatLongProcedure
cern.colt.map.tfloat Automatically growing and shrinking map holding elements of float data type. 
 

Uses of FloatLongProcedure in cern.colt.map.tfloat
 

Methods in cern.colt.map.tfloat with parameters of type FloatLongProcedure
 boolean OpenFloatLongHashMap.forEachPair(FloatLongProcedure procedure)
          Applies a procedure to each (key,value) pair of the receiver, if any.
 boolean AbstractFloatLongMap.forEachPair(FloatLongProcedure procedure)
          Applies a procedure to each (key,value) pair of the receiver, if any.
 void OpenFloatLongHashMap.pairsMatching(FloatLongProcedure condition, FloatArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractFloatLongMap.pairsMatching(FloatLongProcedure condition, FloatArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage