Colt 1.0.1

Uses of Interface
jal.LONG.UnaryOperator

Packages that use UnaryOperator
jal.LONG Algorithms on long arrays; A partial STL port by the C++ Standard Template Library authors. 
 

Uses of UnaryOperator in jal.LONG
 

Methods in jal.LONG with parameters of type UnaryOperator
static void transform(long[] source, long[] destination, int first, int last, int to, UnaryOperator f)
          Performs an operation on every element of a range and assigns the result to elements in another range.
 


Colt 1.0.1

Submit a bug or feature. Check the Colt home page for the latest news.