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