|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the keys for linked entriesK - the type of the key of this entrypublic interface KeyEntry<T,K>
An interface for entries with key values. An implementation of this interface
should redefine Object.equals(Object) and Object.hashCode()
methods to compare the keys.
| Method Summary | |
|---|---|
K |
getKey()
|
N |
getNext()
Returns the next next element of the entry, or null if there is no next element |
void |
setNext(N next)
Setting the input element as the next element of the entry. |
| Method Detail |
|---|
K getKey()
void setNext(N next)
next - the object that should be set as the next element of the
recordN getNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||