コード例 #1
0
 @Override
 public boolean containsKey(long key) {
   return m.containsKey(key);
 }