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