Modifier and Type | Class and Description |
---|---|
static class |
PersistentUUID.Externalizer |
EMPTY_ARRAY
Constructor and Description |
---|
PersistentUUID(long msb,
long lsb) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Address o) |
boolean |
equals(Object obj) |
static PersistentUUID |
fromString(String name) |
long |
getLeastSignificantBits() |
long |
getMostSignificantBits() |
int |
hashCode() |
static PersistentUUID |
randomUUID() |
String |
toString() |
public static PersistentUUID randomUUID()
public static PersistentUUID fromString(String name)
public long getMostSignificantBits()
public long getLeastSignificantBits()
public int compareTo(Address o)
compareTo
in interface Comparable<Address>
Copyright © 2021 JBoss by Red Hat. All rights reserved.