Class ModifyAwareMap<K,V>

java.lang.Object
io.ebeaninternal.json.ModifyAwareMap<K,V>
All Implemented Interfaces:
ModifyAwareType, Serializable, Map<K,V>

public final class ModifyAwareMap<K,V> extends Object implements Map<K,V>, ModifyAwareType, Serializable
Map that is wraps an underlying map for the purpose of detecting changes.
See Also: