コード例 #1
0
 public FactorIteratorAdapter(Factor.Iterator fi)
 {
     this.fi = fi;
 }