Class CLong

  • All Implemented Interfaces:
    java.io.Serializable

    public class CLong
    extends java.lang.Number
    A plain Java object representing a platform long. In contrast to the fixed 8 byte Java primitive type the platform long may vary in size, depending on operating system and processor architecture.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CLong​(long pValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double doubleValue()  
      boolean equals​(java.lang.Object obj)  
      float floatValue()  
      int hashCode()  
      int intValue()  
      long longValue()  
      • Methods inherited from class java.lang.Number

        byteValue, shortValue
      • Methods inherited from class java.lang.Object

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

      • CLong

        public CLong​(long pValue)
    • Method Detail

      • doubleValue

        public double doubleValue()
        Specified by:
        doubleValue in class java.lang.Number
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • floatValue

        public float floatValue()
        Specified by:
        floatValue in class java.lang.Number
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • intValue

        public int intValue()
        Specified by:
        intValue in class java.lang.Number
      • longValue

        public long longValue()
        Specified by:
        longValue in class java.lang.Number