Class CharToCharFunctions.ToUpperCaseCharToCharFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.CharToCharFunctions.ToUpperCaseCharToCharFunction
-
- All Implemented Interfaces:
java.io.Serializable
,CharToCharFunction
- Enclosing class:
- CharToCharFunctions
private static class CharToCharFunctions.ToUpperCaseCharToCharFunction extends java.lang.Object implements CharToCharFunction
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
ToUpperCaseCharToCharFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
valueOf(char character)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
valueOf
public char valueOf(char character)
- Specified by:
valueOf
in interfaceCharToCharFunction
-
-