Class MamaLong


  • public class MamaLong
    extends java.lang.Object
    Mama assignable long integer.
    • Constructor Summary

      Constructors 
      Constructor Description
      MamaLong()  
      MamaLong​(long value)  
    • Method Summary

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

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

      • MamaLong

        public MamaLong()
      • MamaLong

        public MamaLong​(long value)
    • Method Detail

      • getValue

        public long getValue()
      • setValue

        public void setValue​(long value)
      • toString

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