Interface Tuple
- All Superinterfaces:
Comparable<Double>
- All Known Subinterfaces:
StringRedisConnection.StringTuple
- All Known Implementing Classes:
DefaultStringTuple
,DefaultTuple
ZSet tuple.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getValue
byte[] getValue()- Returns:
- the raw value of the member.
-
getScore
Double getScore()- Returns:
- the member score value used for sorting.
-
of
-