Package redis.clients.jedis.resps
Class KeyedListElement
- All Implemented Interfaces:
Serializable,Map.Entry<String,String>
Deprecated.
This class is used to represent a List element when it is returned with respective key name.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyedListElement(byte[] key, byte[] element) Deprecated.KeyedListElement(String key, String element) Deprecated. -
Method Summary
-
Constructor Details
-
KeyedListElement
public KeyedListElement(byte[] key, byte[] element) Deprecated. -
KeyedListElement
Deprecated.
-
-
Method Details
-
getElement
Deprecated.UseMap.Entry.getValue().
-
KeyValue.