コード例 #1
0
ファイル: Btrie_fast_mgr.java プロジェクト: qq98982/xowa
 public Btrie_fast_mgr CaseAny_(boolean v) {
   root.CaseAny_(v);
   return this;
 }