コード例 #1
0
ファイル: Util.java プロジェクト: protin2art/Whiley
 public static void countClone(Dictionary l) {
   ndict_clones++;
   ndict_elems += l.size();
 }