Class PrimitiveFunctions.UnboxIntegerToDouble
java.lang.Object
org.eclipse.collections.impl.block.factory.PrimitiveFunctions.UnboxIntegerToDouble
- All Implemented Interfaces:
Serializable
,ToDoubleFunction<Integer>
,DoubleFunction<Integer>
- Enclosing class:
PrimitiveFunctions
private static class PrimitiveFunctions.UnboxIntegerToDouble
extends Object
implements DoubleFunction<Integer>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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.DoubleFunction
applyAsDouble
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnboxIntegerToDouble
private UnboxIntegerToDouble()
-
-
Method Details
-
doubleValueOf
- Specified by:
doubleValueOf
in interfaceDoubleFunction<Integer>
-