public boolean containsKey(int key1, int key2, int key3) {
   int key = key(key1, key2, key3);
   return map.containsKey(key);
 }