ICollectionValue<java.util.Map.Entry<K,V>>, java.lang.Iterable<java.util.Map.Entry<K,V>>ElementHashDictionary, HashDictionarypublic interface IDictionary<K,V> extends ICollectionValue<java.util.Map.Entry<K,V>>
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(K key,
V val) |
|
<U extends K,W extends V> |
addAll(java.lang.Iterable<java.util.Map.Entry<U,W>> entries) |
|
boolean |
contains(K key) |
|
<H extends K> |
containsAll(java.lang.Iterable<H> keys) |
|
V |
get(K key) |
|
ICollectionValue<K> |
getKeys() |
|
ICollectionValue<V> |
getValues() |
|
void |
remove(K key) |
|
void |
removeAll() |
|
void |
removeAll(java.lang.Iterable<K> keys) |
|
void |
set(K key,
V value) |
copyTo, count, toArrayboolean contains(K key)
<H extends K> boolean containsAll(java.lang.Iterable<H> keys)
void remove(K key)
void removeAll(java.lang.Iterable<K> keys)
void removeAll()
ICollectionValue<K> getKeys()
ICollectionValue<V> getValues()