org.millscript.office.spreadsheet.worksheets
Class WorksheetRefListIterator

java.lang.Object
  extended by org.millscript.office.spreadsheet.worksheets.WorksheetRefListIterator
All Implemented Interfaces:
org.millscript.commons.util.ListIterator<RowRef>, org.millscript.commons.util.MapIterator<java.lang.Integer,RowRef>

public class WorksheetRefListIterator
extends java.lang.Object
implements org.millscript.commons.util.ListIterator<RowRef>


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

Constructor Detail

WorksheetRefListIterator

public WorksheetRefListIterator(WorksheetRef bookRef,
                                int offset,
                                org.millscript.commons.util.ListIterator<Row> iterator)
Method Detail

currentKey

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

currentMaplet

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

currentValue

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

hasNext

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

nextKey

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

nextMaplet

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

nextValue

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


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