@SerializeWith(value=KeyValueWithPrevious.KeyValueWithPreviousExternalizer.class) public class KeyValueWithPrevious<K,V> extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueWithPrevious.KeyValueWithPreviousExternalizer |
| Constructor and Description |
|---|
KeyValueWithPrevious(K key,
V value,
V prev) |
public K getKey()
public V getValue()
public V getPrev()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object