| Modifier and Type | Method and Description |
|---|---|
Suid[] |
SuidService.nextBlocks(int count)
Gets the next
count ID blocks. |
static Suid |
Suid.valueOf(long value)
Creates a suid based on the given long
value. |
static Suid |
Suid.valueOf(long block,
int id,
byte shard)
Creates a suid based on the given
block number, generator id and shard id. |
static Suid |
Suid.valueOf(String compressed)
Creates a suid based on the given
compressed string. |
static Suid |
Suid.valueOfBase32(String base32)
Creates a suid based on the given
base32 string. |
| Modifier and Type | Method and Description |
|---|---|
int |
Suid.compareTo(Suid obj) |
Copyright © 2015. All rights reserved.