|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- V
- @Immutable public static interface JImmutableMap.Entry<K,V>
An immutable entry in the map. Contains the key and value for that entry. key must not be null but value can be null.
Method Summary | |
---|---|
K |
getKey()
|
V |
getValue()
|
Method Detail |
---|
@Nonnull K getKey()
V getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |