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