|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Dict<K,V>
Interface representing a dictionary.
| Method Summary | |
|---|---|
V |
get(K key)
Returns the value mapped to the given key or null if the given key isn't mapped. |
boolean |
isSet(K key)
Indicates whether the given key is set or not. |
| Method Detail |
|---|
boolean isSet(K key)
true if the given key is set in this dict, false otherwise@Nullable V get(K key)
null if the given key isn't mapped.
null
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||