de.intarsys.tools.collection
Class ArrayIterator
java.lang.Object
de.intarsys.tools.collection.ArrayIterator
- All Implemented Interfaces:
- Iterator
public class ArrayIterator
- extends Object
- implements Iterator
An iterator over an array
ArrayIterator
public ArrayIterator(Object array)
remove
public void remove()
- Specified by:
remove
in interface Iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.