Iteratorkonstruktor Java
public ArrayIntListIterator iterator()
{
return new ArrayIntListIterator(this);
}
Sid Potti
public ArrayIntListIterator iterator()
{
return new ArrayIntListIterator(this);
}
new objectList().extendList("A1", "B1", "C1");
new objectList().extendList("A2", "B2", "C2");
new objectList().extendList("A3", "B3", "C3");
return new objectList().iterator();