Class CharToCharFunctions
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.CharToCharFunctions
-
public final class CharToCharFunctions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classCharToCharFunctions.ToLowerCaseCharToCharFunctionprivate static classCharToCharFunctions.ToUpperCaseCharToCharFunction
-
Field Summary
Fields Modifier and Type Field Description private static CharToCharFunctionTO_LOWERCASEprivate static CharToCharFunctionTO_UPPERCASE
-
Constructor Summary
Constructors Modifier Constructor Description privateCharToCharFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CharToCharFunctiontoLowerCase()static CharToCharFunctiontoUpperCase()
-
-
-
Field Detail
-
TO_UPPERCASE
private static final CharToCharFunction TO_UPPERCASE
-
TO_LOWERCASE
private static final CharToCharFunction TO_LOWERCASE
-
-
Method Detail
-
toUpperCase
public static CharToCharFunction toUpperCase()
-
toLowerCase
public static CharToCharFunction toLowerCase()
-
-