コード例 #1
0
 public long capacity() {
   return map.capacity();
 }
コード例 #2
0
 public int getCapacity() {
   return map.capacity();
 }