public class HashData extends AnyStructuredData
| Modifier and Type | Field and Description |
|---|---|
protected int |
identity |
protected int |
implementation |
separator| Modifier | Constructor and Description |
|---|---|
|
HashData() |
protected |
HashData(java.lang.Object object) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIdentity() |
int |
getImplementation() |
static HashData |
of(java.lang.Object object) |
void |
setIdentity(int identity) |
void |
setImplementation(int implementation) |
flatten, fromMap, fromString, get, get, get, get, merge, merge, merge, merge, of, put, put, put, structureequals, fromMap, fromString, hashCode, toMap, toMap, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitanypublic static HashData of(java.lang.Object object)
public void setIdentity(int identity)
public void setImplementation(int implementation)
public int getIdentity()
public int getImplementation()