public class UniqId extends Id implements Endpoint, ComparableKey<Id>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
DEFAULT_BYTE_LENGTH |
static UniqId |
MINUS_INFINITY |
static UniqId |
PLUS_INFINITY |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
compareTo(Id id) |
boolean |
equals(Object id) |
static UniqId |
newId() |
String |
toString()
Idの文字列表現を返す。
|
_getBytes, commonPostfixLen, commonPrefixLen, getByteLen, getBytes, hashCode, newId, newRandomBytes, setBinaryString, setHexString, testBit, toBinaryString, toHexStringpublic static final int DEFAULT_BYTE_LENGTH
public static final UniqId MINUS_INFINITY
public static final UniqId PLUS_INFINITY
public UniqId(Id id)
public UniqId(byte[] bytes)
public UniqId(String str)
Copyright © 2017. All rights reserved.