org.millscript.office.spreadsheet.rows
Class RowRefListIterator

java.lang.Object
  extended by org.millscript.office.spreadsheet.rows.RowRefListIterator
All Implemented Interfaces:
org.millscript.commons.util.ListIterator<CellRef>, org.millscript.commons.util.MapIterator<java.lang.Integer,CellRef>

public class RowRefListIterator
extends java.lang.Object
implements org.millscript.commons.util.ListIterator<CellRef>


Constructor Summary
RowRefListIterator(RowRef bookRef, org.millscript.commons.util.ListIterator<Cell> iterator)
           
 
Method Summary
 java.lang.Integer currentKey()
           
 org.millscript.commons.util.Listlet<CellRef> currentMaplet()
           
 CellRef currentValue()
           
 boolean hasNext()
           
 java.lang.Integer nextKey()
           
 org.millscript.commons.util.Listlet<CellRef> nextMaplet()
           
 CellRef nextValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowRefListIterator

public RowRefListIterator(RowRef bookRef,
                          org.millscript.commons.util.ListIterator<Cell> iterator)
Method Detail

currentKey

public java.lang.Integer currentKey()
Specified by:
currentKey in interface org.millscript.commons.util.MapIterator<java.lang.Integer,CellRef>

currentMaplet

public org.millscript.commons.util.Listlet<CellRef> currentMaplet()
Specified by:
currentMaplet in interface org.millscript.commons.util.ListIterator<CellRef>
Specified by:
currentMaplet in interface org.millscript.commons.util.MapIterator<java.lang.Integer,CellRef>

currentValue

public CellRef currentValue()
Specified by:
currentValue in interface org.millscript.commons.util.MapIterator<java.lang.Integer,CellRef>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface org.millscript.commons.util.MapIterator<java.lang.Integer,CellRef>

nextKey

public java.lang.Integer nextKey()
Specified by:
nextKey in interface org.millscript.commons.util.MapIterator<java.lang.Integer,CellRef>

nextMaplet

public org.millscript.commons.util.Listlet<CellRef> nextMaplet()
Specified by:
nextMaplet in interface org.millscript.commons.util.ListIterator<CellRef>
Specified by:
nextMaplet in interface org.millscript.commons.util.MapIterator<java.lang.Integer,CellRef>

nextValue

public CellRef nextValue()
Specified by:
nextValue in interface org.millscript.commons.util.MapIterator<java.lang.Integer,CellRef>


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