public Long reverseRank(Object o) {
   return ops.reverseRank(getKey(), o);
 }