Exemplo n.º 1
0
 public ConcreteIterator(ConcreteList list)
 {
     this.list = list;
     index     = 0;
 }