Class MamaShort


  • public class MamaShort
    extends java.lang.Object
    Mama assignable short integer. Works like Short, but is assignable.
    • Constructor Summary

      Constructors 
      Constructor Description
      MamaShort()  
      MamaShort​(short value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short getValue()  
      void setValue​(short value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MamaShort

        public MamaShort()
      • MamaShort

        public MamaShort​(short value)
    • Method Detail

      • getValue

        public short getValue()
      • setValue

        public void setValue​(short value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object