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 class
CharToCharFunctions.ToLowerCaseCharToCharFunction
private static class
CharToCharFunctions.ToUpperCaseCharToCharFunction
-
Field Summary
Fields Modifier and Type Field Description private static CharToCharFunction
TO_LOWERCASE
private static CharToCharFunction
TO_UPPERCASE
-
Constructor Summary
Constructors Modifier Constructor Description private
CharToCharFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CharToCharFunction
toLowerCase()
static CharToCharFunction
toUpperCase()
-
-
-
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()
-
-