Class StringFunctions.ToPrimitiveShortFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.StringFunctions.ToPrimitiveShortFunction
-
- All Implemented Interfaces:
java.io.Serializable
,ShortFunction<java.lang.String>
- Enclosing class:
- StringFunctions
private static final class StringFunctions.ToPrimitiveShortFunction extends java.lang.Object implements ShortFunction<java.lang.String>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
ToPrimitiveShortFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
shortValueOf(java.lang.String string)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
shortValueOf
public short shortValueOf(java.lang.String string)
- Specified by:
shortValueOf
in interfaceShortFunction<java.lang.String>
-
-