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.
  • Method Details

    • getNewValue

      public V getNewValue()
    • getNewMap

      public M getNewMap()