public class MorphiumId extends Object implements Comparable<MorphiumId>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Short> |
threadPid |
| Constructor and Description |
|---|
MorphiumId() |
MorphiumId(byte[] bytes) |
MorphiumId(byte[] bytes,
int idx) |
MorphiumId(Date date) |
MorphiumId(String hexString) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MorphiumId o) |
boolean |
equals(Object o) |
byte[] |
getBytes() |
long |
getTime() |
int |
hashCode() |
String |
toString() |
public static ThreadLocal<Short> threadPid
public MorphiumId()
public MorphiumId(Date date)
public MorphiumId(String hexString)
public MorphiumId(byte[] bytes)
public MorphiumId(byte[] bytes,
int idx)
public byte[] getBytes()
public long getTime()
public int compareTo(MorphiumId o)
compareTo in interface Comparable<MorphiumId>Copyright © 2021. All rights reserved.