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) |
@NotNull Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
V |
put(K key,
V val) |
clear, clone, containsValue, equals, hashCode, keySet, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020