Parallel Colt 0.7.2

Uses of Interface
cern.colt.function.tlong.LongProcedure

Packages that use LongProcedure
cern.colt.list.tlong Resizable list holding elements of long data type. 
cern.colt.map.tdouble Automatically growing and shrinking map holding elements of double data type. 
cern.colt.map.tfloat Automatically growing and shrinking map holding elements of float data type. 
cern.colt.map.tobject Automatically growing and shrinking map holding elements of Object data type. 
 

Uses of LongProcedure in cern.colt.list.tlong
 

Methods in cern.colt.list.tlong with parameters of type LongProcedure
 boolean LongArrayList.forEach(LongProcedure procedure)
          Applies a procedure to each element of the receiver, if any.
 boolean AbstractLongList.forEach(LongProcedure procedure)
          Applies a procedure to each element of the receiver, if any.
 

Uses of LongProcedure in cern.colt.map.tdouble
 

Methods in cern.colt.map.tdouble with parameters of type LongProcedure
 boolean OpenLongDoubleHashMap.forEachKey(LongProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractLongDoubleMap.forEachKey(LongProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 

Uses of LongProcedure in cern.colt.map.tfloat
 

Methods in cern.colt.map.tfloat with parameters of type LongProcedure
 boolean OpenLongFloatHashMap.forEachKey(LongProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractLongFloatMap.forEachKey(LongProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 

Uses of LongProcedure in cern.colt.map.tobject
 

Methods in cern.colt.map.tobject with parameters of type LongProcedure
 boolean OpenLongObjectHashMap.forEachKey(LongProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractLongObjectMap.forEachKey(LongProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage