K - V - public final class HashPMap<K,V> extends AbstractMap<K,V> implements PMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
static <K,V> HashPMap<K,V> |
empty(PMap<Integer,PSequence<Map.Entry<K,V>>> intMap) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
HashPMap<K,V> |
minus(Object key) |
HashPMap<K,V> |
minusAll(Collection<?> keys) |
HashPMap<K,V> |
plus(K key,
V value) |
HashPMap<K,V> |
plusAll(Map<? extends K,? extends V> map) |
int |
size() |
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, toString, valuespublic static <K,V> HashPMap<K,V> empty(PMap<Integer,PSequence<Map.Entry<K,V>>> intMap)
K - V - intMap - public int size()
public boolean containsKey(Object key)
containsKey in interface Map<K,V>containsKey in class AbstractMap<K,V>public HashPMap<K,V> minusAll(Collection<?> keys)
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015