コード例 #1
0
 public boolean containsKey(short key) {
   return map.containsKey(key);
 }