|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface MemoryTools.CacheMiniMap<K,V>
Interface for minimal Map subset for caches of various flavours.
| Method Summary | |
|---|---|
void |
clear()
Clear the map. |
V |
get(K key)
Get an entry from the map; null if no such element. |
boolean |
isEmpty()
True if the map is non-empty. |
V |
put(K key,
V value)
Put an entry in the map, returning previous value if any. |
V |
remove(K key)
Remove an entry from the map and return the removed value, if any, else null. |
int |
size()
Return the number of entries in the map; non-negative. |
| Method Detail |
|---|
V get(K key)
V put(K key,
V value)
V remove(K key)
void clear()
int size()
boolean isEmpty()
|
DHD Multimedia Gallery V1.60.69 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||