Package ghidra.app.util
Class HexLong
- java.lang.Object
-
- java.lang.Number
-
- ghidra.app.util.HexLong
-
- All Implemented Interfaces:
java.io.Serializable
public class HexLong extends java.lang.Number
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Long
longValue
-
Constructor Summary
Constructors Constructor Description HexLong(long longValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
doubleValue()
float
floatValue()
int
intValue()
long
longValue()
java.lang.String
toString()
-
-
-
Method Detail
-
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in classjava.lang.Number
-
floatValue
public float floatValue()
- Specified by:
floatValue
in classjava.lang.Number
-
intValue
public int intValue()
- Specified by:
intValue
in classjava.lang.Number
-
longValue
public long longValue()
- Specified by:
longValue
in classjava.lang.Number
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-