collect(Container, UnaryFunction).
Static method in class com.objectspace.jgl.algorithms.Transforming
Return a container that is the same class as the original and contains
the result of applying the given unary function to each element in the original.
collect(ForwardIterator, ForwardIterator, UnaryFunction).
Static method in class com.objectspace.jgl.algorithms.Transforming
Return a container that is the same class as the original and contains
the result of applying the given unary function to each element in the range.
compareTo(Benchmark).
Method in class com.objectspace.jgl.util.Benchmark
Display a string that compares me with another benchmark to
System.out.