org.apache.fop.layoutmgr
Class LMiter
java.lang.Object
org.apache.fop.layoutmgr.LMiter
- ListIterator
public class LMiter
extends java.lang.Object
implements ListIterator
curPos
protected int curPos
listLMs
protected List listLMs
add
public void add(Object o)
throws UnsupportedOperationException
hasNext
public boolean hasNext()
hasPrevious
public boolean hasPrevious()
next
public Object next()
throws NoSuchElementException
nextIndex
public int nextIndex()
previous
public Object previous()
throws NoSuchElementException
previousIndex
public int previousIndex()
remove
public void remove()
throws NoSuchElementException
set
public void set(Object o)
throws UnsupportedOperationException
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.