Package com.blackrook.redis.data
Class KeyValue<K,V>
- java.lang.Object
-
- com.blackrook.redis.data.KeyValue<K,V>
-
- Type Parameters:
K
- the key type.V
- the value type.
public class KeyValue<K,V> extends Object
Object pairs for a bunch of data structures.- Author:
- Matthew Tropiano
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
void
setValue(V value)
Sets the value to a new value.String
toString()
-