public void put(int rank, int n) {
   root.put(rank, n);
 }
 public void put(int rank) {
   root.put(rank);
   //        size++;
 }