Parallel Colt 0.7.2

Uses of Package
cern.colt.function.tlong

Packages that use cern.colt.function.tlong
cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
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. 
 

Classes in cern.colt.function.tlong used by cern.colt
LongComparator
          A comparison function which imposes a total ordering on some collection of elements.
 

Classes in cern.colt.function.tlong used by cern.colt.list.tlong
LongComparator
          A comparison function which imposes a total ordering on some collection of elements.
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.map.tdouble
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.map.tfloat
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.map.tobject
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage