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