Class KeyValue<K,V>
java.lang.Object
com.blackrook.redis.data.KeyValue<K,V>
- Type Parameters:
K- the key type.V- the value type.
Object pairs for a bunch of data structures.
- Author:
- Matthew Tropiano
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
The key object in the pair. -
value
The value object in the pair.
-
-
Constructor Details
-
KeyValue
-
-
Method Details
-
getKey
- Returns:
- the key.
-
getValue
- Returns:
- the value.
-
setValue
Sets the value to a new value.- Parameters:
value- the value of the new value.
-
toString
-