Class KeyValueWithPrevious<K,V>

java.lang.Object
org.infinispan.commons.util.KeyValueWithPrevious<K,V>
All Implemented Interfaces:
Serializable

public class KeyValueWithPrevious<K,V> extends Object implements Serializable
See Also:
  • Constructor Details

    • KeyValueWithPrevious

      public KeyValueWithPrevious(K key, V value, V prev)
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • getPrev

      public V getPrev()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object