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 hashcode - i.e.
|
public IDKey(java.lang.Object _value)
_value
- The valuepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- The other object to compare to