类 SortSetCache.SortSetTuple
java.lang.Object
cn.myafx.cache.base.SortSetCache.SortSetTuple
- 所有已实现的接口:
Comparable<Double>,org.springframework.data.redis.connection.zset.Tuple
- 封闭类:
- SortSetCache<T>
public class SortSetCache.SortSetTuple
extends Object
implements org.springframework.data.redis.connection.zset.Tuple
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SortSetTuple
-
-
方法详细资料
-
compareTo
- 指定者:
compareTo在接口中Comparable<Double>
-
getValue
public byte[] getValue()- 指定者:
getValue在接口中org.springframework.data.redis.connection.zset.Tuple
-
getScore
- 指定者:
getScore在接口中org.springframework.data.redis.connection.zset.Tuple
-