Colt 1.0.1

Uses of Interface
jal.CHAR.VoidFunction

Packages that use VoidFunction
jal.CHAR Algorithms on char arrays; A partial STL port by the C++ Standard Template Library authors. 
 

Uses of VoidFunction in jal.CHAR
 

Methods in jal.CHAR with parameters of type VoidFunction
static void for_each(char[] array, int first, int last, VoidFunction f)
          Applies a function to every element of a range.
 


Colt 1.0.1

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