org.apache.tapestry.contrib.table.model.common
Class ArrayIterator

java.lang.Object
  extended by 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

Constructor Summary
ArrayIterator(Object[] arrValues)
           
ArrayIterator(Object[] arrValues, int nFrom, int nTo)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayIterator

public ArrayIterator(Object[] arrValues)

ArrayIterator

public ArrayIterator(Object[] arrValues,
                     int nFrom,
                     int nTo)
Method Detail

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()