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,v 1.2 2004/01/19 21:34:26 hlship Exp $
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()