Parallel Colt 0.9.4

Uses of Package
cern.colt.function.tobject

Packages that use cern.colt.function.tobject
cern.colt.list.tobject Resizable list holding elements of Object data type. 
cern.colt.map.tobject Automatically growing and shrinking map holding elements of Object data type. 
cern.colt.matrix.tobject Matrix interfaces and factories holding elements of Object data type. 
cern.colt.matrix.tobject.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type. 
edu.emory.mathcs.utils Utility classes. 
 

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

Classes in cern.colt.function.tobject used by cern.colt.map.tobject
IntObjectProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongObjectProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
 

Classes in cern.colt.function.tobject used by cern.colt.matrix.tobject
IntIntObjectFunction
          Interface that represents a function object: a function that takes three arguments.
ObjectFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
ObjectObjectFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
ObjectProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tobject used by cern.colt.matrix.tobject.impl
IntIntObjectFunction
          Interface that represents a function object: a function that takes three arguments.
ObjectFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
ObjectObjectFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
ObjectProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tobject used by edu.emory.mathcs.utils
ObjectObjectFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage