org.apache.tapestry.contrib.table.model.common
Class ArrayIterator
java.lang.Object
org.apache.tapestry.contrib.table.model.common.ArrayIterator
- All Implemented Interfaces:
- Iterator
public class ArrayIterator
- extends Object
- implements Iterator
- Version:
- $Id: ArrayIterator.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- mindbridge
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayIterator
public ArrayIterator(Object[] arrValues)
ArrayIterator
public ArrayIterator(Object[] arrValues,
int nFrom,
int nTo)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
- See Also:
Iterator.hasNext()
next
public Object next()
- Specified by:
next
in interface Iterator
- See Also:
Iterator.next()
remove
public void remove()
- Specified by:
remove
in interface Iterator
- See Also:
Iterator.remove()