Class PrimitiveFunctions.UnboxIntegerToShort

  • All Implemented Interfaces:
    java.io.Serializable, ShortFunction<java.lang.Integer>
    Enclosing class:
    PrimitiveFunctions

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

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

      Constructors 
      Modifier Constructor Description
      private UnboxIntegerToShort()  
    • Method Summary

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

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

      • UnboxIntegerToShort

        private UnboxIntegerToShort()
    • Method Detail

      • shortValueOf

        public short shortValueOf​(java.lang.Integer integer)
        Specified by:
        shortValueOf in interface ShortFunction<java.lang.Integer>