Class PrimitiveFunctions.UnboxIntegerToInt
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.PrimitiveFunctions.UnboxIntegerToInt
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.ToIntFunction<java.lang.Integer>,IntFunction<java.lang.Integer>
- Enclosing class:
- PrimitiveFunctions
private static class PrimitiveFunctions.UnboxIntegerToInt extends java.lang.Object implements IntFunction<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateUnboxIntegerToInt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intintValueOf(java.lang.Integer integer)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.IntFunction
applyAsInt
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
intValueOf
public int intValueOf(java.lang.Integer integer)
- Specified by:
intValueOfin interfaceIntFunction<java.lang.Integer>
-
-