public abstract class Entity extends Object
hashCode()
and
equals(Object)
method.Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object other)
The entity will be used as a key of a map.
|
abstract String |
group() |
abstract int |
hashCode()
The entity will be used as a key of a map.
|
public abstract String group()
public abstract int hashCode()