public long capacity() {
   return map.capacity();
 }
 public int getCapacity() {
   return map.capacity();
 }