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