Class EntryEvent<K,​V>

  • Type Parameters:
    K - key type
    V - value type

    public class EntryEvent<K,​V>
    extends Object
    Author:
    Nikita Koksharov
    • Method Detail

      • getKey

        public K getKey()
      • getOldValue

        public V getOldValue()
      • getValue

        public V getValue()