org.millscript.office.spreadsheet.rows
Class RowRefListIterator
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowRefListIterator
public RowRefListIterator(RowRef bookRef,
org.millscript.commons.util.ListIterator<Cell> iterator)
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.