org.millscript.office.spreadsheet.workbooks
Class WorkbookRefListIterator

java.lang.Object
  extended by org.millscript.office.spreadsheet.workbooks.WorkbookRefListIterator
All Implemented Interfaces:
org.millscript.commons.util.ListIterator<WorksheetRef>, org.millscript.commons.util.MapIterator<java.lang.Integer,WorksheetRef>

public class WorkbookRefListIterator
extends java.lang.Object
implements org.millscript.commons.util.ListIterator<WorksheetRef>


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

Constructor Detail

WorkbookRefListIterator

public WorkbookRefListIterator(WorkbookRef bookRef,
                               org.millscript.commons.util.ListIterator<Worksheet> iterator)
Method Detail

currentKey

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

currentMaplet

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

currentValue

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

hasNext

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

nextKey

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

nextMaplet

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

nextValue

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


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