final class IDKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
id |
private java.lang.Object |
value |
| Constructor and Description |
|---|
IDKey(java.lang.Object _value)
Constructor for IDKey
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
checks if instances are equal
|
int |
hashCode()
returns hash code - i.e.
|
IDKey(java.lang.Object _value)
_value - The valuepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - The other object to compare to