Package org.redisson.client.protocol
Class ScoredEntry<V>
- java.lang.Object
-
- org.redisson.client.protocol.ScoredEntry<V>
-
- Type Parameters:
V
- value type
public class ScoredEntry<V> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ScoredEntry(Double score, V value)
-