|
net.datastructures - version 5.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Entry<K,V>
Interface for a key-value pair entry
Method Summary | |
---|---|
K |
getKey()
Returns the key stored in this entry. |
V |
getValue()
Returns the value stored in this entry. |
Method Detail |
---|
K getKey()
V getValue()
|
net.datastructures - version 5.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |