Parallel Colt 0.7.2

Uses of Interface
cern.colt.function.tshort.ShortProcedure

Packages that use ShortProcedure
cern.colt.list.tshort Resizable list holding elements of short data type. 
 

Uses of ShortProcedure in cern.colt.list.tshort
 

Methods in cern.colt.list.tshort with parameters of type ShortProcedure
 boolean ShortArrayList.forEach(ShortProcedure procedure)
          Applies a procedure to each element of the receiver, if any.
 boolean AbstractShortList.forEach(ShortProcedure procedure)
          Applies a procedure to each element of the receiver, if any.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage