Package org.infinispan.commons.util
Class KeyValueWithPrevious<K,V>
- java.lang.Object
-
- org.infinispan.commons.util.KeyValueWithPrevious<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
public class KeyValueWithPrevious<K,V> extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyValueWithPrevious(K key, V value, V prev)
-