Package gnu.trove.function
Interface TCharFunction
-
public interface TCharFunctionInterface for functions that accept and return one char primitive.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description charexecute(char value)Execute this function with value
-