Class PrimitiveFunctions.UnboxIntegerToDouble

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.ToDoubleFunction<java.lang.Integer>, DoubleFunction<java.lang.Integer>
    Enclosing class:
    PrimitiveFunctions

    private static class PrimitiveFunctions.UnboxIntegerToDouble
    extends java.lang.Object
    implements DoubleFunction<java.lang.Integer>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double doubleValueOf​(java.lang.Integer integer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnboxIntegerToDouble

        private UnboxIntegerToDouble()
    • Method Detail

      • doubleValueOf

        public double doubleValueOf​(java.lang.Integer integer)
        Specified by:
        doubleValueOf in interface DoubleFunction<java.lang.Integer>