public class UUIDAddress extends Object implements Address
| Modifier | Constructor and Description |
|---|---|
protected |
UUIDAddress(UUID reservedId) |
protected |
UUIDAddress(UUID reservedId,
String name) |
protected |
UUIDAddress(UUID reservedId,
String name,
boolean prefixName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Address other) |
boolean |
equals(Object other) |
int |
hashCode() |
long |
id() |
long |
idSequence() |
String |
idSequenceString() |
String |
idString() |
UUID |
idTyped() |
boolean |
isDistributable() |
String |
name() |
String |
toString() |
protected UUIDAddress(UUID reservedId)
public long idSequence()
idSequence in interface Addresspublic String idSequenceString()
idSequenceString in interface Addresspublic boolean isDistributable()
isDistributable in interface Addresspublic int compareTo(Address other)
compareTo in interface Comparable<Address>Copyright © 2021. All rights reserved.