org.springframework.data.redis.core
Interface ZSetOperations.TypedTuple<V>

Enclosing interface:
ZSetOperations<K,V>

public static interface ZSetOperations.TypedTuple<V>

Typed ZSet tuple.


Method Summary
 Double getScore()
           
 V getValue()
           
 

Method Detail

getValue

V getValue()

getScore

Double getScore()