Ejemplo n.º 1
0
 public ConcreteIterator(ConcreteAggregate aggregate)
 {
     this.aggregate = aggregate;
     index          = -1;
 }