public class HashedItem extends Object
| Modifier and Type | Field and Description |
|---|---|
byte |
chainId |
byte |
fingerprint |
int |
set |
long |
value |
| Constructor and Description |
|---|
HashedItem(int set,
byte chainid,
byte fingerprit,
long value) |