Class IncrementalMap.Change<K,V,M>

java.lang.Object
eu.bandm.tools.util.java.IncrementalMap.Change<K,V,M>
Type Parameters:
K - the type of map keys
V - the type of map values
M - the type of maps
Enclosing class:
IncrementalMap<K,V>

public static class IncrementalMap.Change<K,V,M> extends Object
A report on an incremental map update.
  • Constructor Details

    • Change

      Change(K key, V oldValue, V newValue, M newMap)
  • Method Details