org.millscript.office.spreadsheet.rows
Class RowListIterator

java.lang.Object
  extended by org.millscript.commons.util.iterator.AbstractMapIterator<java.lang.Integer,V>
      extended by org.millscript.commons.util.iterator.AbstractListIterator<Row>
          extended by org.millscript.office.spreadsheet.rows.RowListIterator
All Implemented Interfaces:
org.millscript.commons.util.ListIterator<Row>, org.millscript.commons.util.MapIterator<java.lang.Integer,Row>

public class RowListIterator
extends org.millscript.commons.util.iterator.AbstractListIterator<Row>


Field Summary
 
Fields inherited from class org.millscript.commons.util.iterator.AbstractListIterator
position
 
Constructor Summary
RowListIterator(Cell[][] rows, boolean share)
           
 
Method Summary
protected  Row getValue()
           
 boolean hasNext()
           
protected  boolean outOfBounds()
           
 
Methods inherited from class org.millscript.commons.util.iterator.AbstractListIterator
advance, currentMaplet, getKey, getMaplet, nextMaplet
 
Methods inherited from class org.millscript.commons.util.iterator.AbstractMapIterator
currentKey, currentValue, nextKey, nextValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.millscript.commons.util.MapIterator
currentKey, currentValue, nextKey, nextValue
 

Constructor Detail

RowListIterator

public RowListIterator(Cell[][] rows,
                       boolean share)
Method Detail

outOfBounds

protected boolean outOfBounds()
Specified by:
outOfBounds in class org.millscript.commons.util.iterator.AbstractMapIterator<java.lang.Integer,Row>

getValue

protected Row getValue()
Specified by:
getValue in class org.millscript.commons.util.iterator.AbstractMapIterator<java.lang.Integer,Row>

hasNext

public boolean hasNext()


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.