public interface KeyedObject
Interface for objects that can be identified by long key. This can be implemented by objects that have a natural notion of a ‘key’, so that a separate key extractor is not required.
Modifier and Type | Method and Description |
---|---|
long |
getKey()
Get the key for this object.
|