Interface VarUtils.OldNewMapEntryListener<K,​V>

  • Enclosing class:
    VarUtils

    public static interface VarUtils.OldNewMapEntryListener<K,​V>
    • Method Detail

      • accept

        void accept​(K key,
                    V vOld,
                    V vNew)