|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.dev.store.StoredMap<K,V>
K - the key classV - the value classpublic class StoredMap<K,V>
A stored map.
| Method Summary | |
|---|---|
V |
get(K key)
Get a value. |
java.util.Iterator<K> |
keyIterator(K from)
Iterate over all keys. |
void |
put(K key,
V data)
Store a key-value pair. |
void |
remove(K key)
Remove a key-value pair. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void put(K key,
V data)
key - the keydata - the valuepublic V get(K key)
key - the key
public void remove(K key)
key - the keypublic java.util.Iterator<K> keyIterator(K from)
from - the first key to return
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||