Exemplo n.º 1
0
 public RealParent(Set <String> children)
 {
     this.inner = new ReplaceThisParent(children);
 }
Exemplo n.º 2
0
 public RealParent(Set<String> children) {
     this.inner = new ReplaceThisParent(children);
 }
Exemplo n.º 3
0
 public RealParent()
 {
     this.inner = new ReplaceThisParent();
 }
Exemplo n.º 4
0
 public RealParent() {
     this.inner = new ReplaceThisParent();
 }