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