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>

public class MapUpdater<K,V> extends AbstractMap<K,V>
An Map implementation that keeps track of any modification performed in the Map.

The modifications can be replayed in another Map instance.