Parallel Colt 0.9.4

Package cern.colt.function.tlong

Core interfaces for functions, comparisons and procedures on long data type.

See:
          Description

Interface Summary
IntIntLongFunction Interface that represents a function object: a function that takes three arguments.
IntLongProcedure Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongComparator A comparison function which imposes a total ordering on some collection of elements.
LongFunction Interface that represents a function object: a function that takes a single argument and returns a single value.
LongIntProcedure Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongLongFunction Interface that represents a function object: a function that takes two arguments and returns a single value.
LongLongLongProcedure Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
LongLongProcedure Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongProcedure Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Package cern.colt.function.tlong Description

Core interfaces for functions, comparisons and procedures on long data type.


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage