public static final class IdGenerator.LongId extends Number implements Id
UUID_LENGTH| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
long |
asLong() |
Object |
asObject() |
String |
asString() |
int |
compareTo(Id other) |
double |
doubleValue() |
boolean |
equals(Object other) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
int |
length() |
long |
longValue() |
String |
toString() |
Id.IdType |
type() |
byteValue, shortValuepublic int compareTo(Id other)
compareTo in interface Comparable<Id>public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2023 The Apache Software Foundation. All rights reserved.