Class ShortHolder

  • All Implemented Interfaces:
    Holder

    public final class ShortHolder
    extends java.lang.Object
    implements Holder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      short value  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public short value
    • Constructor Detail

      • ShortHolder

        public ShortHolder()
      • ShortHolder

        public ShortHolder​(short myshort)