Package com.metsci.glimpse.util.var2
Interface VarUtils.OldNewMapEntryListener<K,V>
-
- Enclosing class:
- VarUtils
public static interface VarUtils.OldNewMapEntryListener<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(K key, V vOld, V vNew)
-