Class ScoredEntry<V>

java.lang.Object
org.redisson.client.protocol.ScoredEntry<V>
Type Parameters:
V - value type
All Implemented Interfaces:
Comparable<ScoredEntry<V>>

public class ScoredEntry<V> extends Object implements Comparable<ScoredEntry<V>>
Author:
Nikita Koksharov