Package org.redisson

Class RedissonSortedSet<V>

java.lang.Object
org.redisson.RedissonObject
org.redisson.RedissonSortedSet<V>
Type Parameters:
V - value type
All Implemented Interfaces:
Iterable<V>, Collection<V>, Set<V>, SortedSet<V>, RObject, RObjectAsync, RSortedSet<V>

public class RedissonSortedSet<V> extends RedissonObject implements RSortedSet<V>
Author:
Nikita Koksharov