public class Hex extends Object
Constructor and Description |
---|
Hex() |
Modifier and Type | Method and Description |
---|---|
static String |
asDecAndHex(long value)
Display as integral and hex calue in brackets
|
static String |
asHex(byte value)
Display as hex
|
static String |
asHex(int value) |
static String |
asHex(long value)
Display as hex
|
public static String asHex(long value)
value
- public static String asHex(int value)
public static String asHex(byte value)
value
- public static String asDecAndHex(long value)
value
- Copyright © 2005–2020 jthink.net. All rights reserved.