K - Type of the key.V - Type of the value.public class PredicateMapView<K,V> extends GridSerializableMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PredicateMapView(Map<K,V> map,
IgnitePredicate<? super K>... preds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
V |
put(K key,
V val) |
public PredicateMapView(Map<K,V> map, IgnitePredicate<? super K>... preds)
map - Input map that serves as a base for the view.preds - Optional predicates. If predicates are not provided - all will be in the view.public boolean isEmpty()
public boolean containsKey(Object key)
containsKey in interface Map<K,V>containsKey in class AbstractMap<K,V>
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017