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