コード例 #1
0
 public Set<V> reverseRangeByScore(double min, double max) {
   return ops.reverseRangeByScore(getKey(), min, max);
 }