コード例 #1
0
ファイル: VitryTree.java プロジェクト: hanshoglund/vitry
 public boolean eqFor(Pattern o) {
   return delegee.eqFor(o);
 }