Class MapUpdater<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.keycloak.models.sessions.infinispan.changes.remote.updater.helper.MapUpdater<K,V>
- Type Parameters:
K
- The key type.V
- The value type.
- All Implemented Interfaces:
Map<K,
V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MapUpdater
-
-
Method Details
-
clear
public void clear() -
get
-
put
-
remove
-
entrySet
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V> - Overrides:
containsKey
in classAbstractMap<K,
V>
-
applyChanges
Apply the changes tracked into theother
map.- Parameters:
other
- TheMap
to modify.
-
isUnchanged
public boolean isUnchanged()- Returns:
true
if thisMap
was not modified.
-