public class UUIDKey extends AbstractKey
| Constructor and Description |
|---|
UUIDKey(long leastSignificant,
long mostSignificant) |
UUIDKey(String id) |
UUIDKey(UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
Key |
cloneKey()
Clone the current key without influencing this instance
|
Key |
cloneKey(boolean includeValues)
Clone the current key without influencing this instance, whilst leaving the values
|
CompareResult |
compare(Key o,
CompareMethod method) |
boolean |
equals(Object obj) |
int |
getKeyCount() |
long |
getLeastSignificant() |
long |
getMostSignificant() |
String |
getValue() |
int |
hashCode() |
long |
size() |
String |
toString() |
addKey, compareTo, getChildrenAsComposite, getKey, getKey, getKeys, getKeysByName, hasChildren, setKeys, setKeyspublic UUIDKey(String id)
public UUIDKey(UUID uuid)
public UUIDKey(long leastSignificant,
long mostSignificant)
public long getLeastSignificant()
public long getMostSignificant()
public long size()
size in interface Keysize in class AbstractKeypublic int getKeyCount()
getKeyCount in interface KeygetKeyCount in class AbstractKeypublic CompareResult compare(Key o, CompareMethod method)
public int hashCode()
public boolean equals(Object obj)
public String toString()
public Key cloneKey()
Keypublic Key cloneKey(boolean includeValues)
KeyincludeValues - True if child keys need to be included;public String getValue()
Copyright © 2015. All rights reserved.