public ConcreteIterator(ConcreteAggregate concreateAggregate) { this.aggregate = concreateAggregate; }