Class PrimitiveFunctions.UnboxIntegerToLong

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

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

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

      Constructors 
      Modifier Constructor Description
      private UnboxIntegerToLong()  
    • Method Summary

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

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

      • UnboxIntegerToLong

        private UnboxIntegerToLong()
    • Method Detail

      • longValueOf

        public long longValueOf​(java.lang.Integer integer)
        Specified by:
        longValueOf in interface LongFunction<java.lang.Integer>