org.apache.fop.layoutmgr
public class LMiter extends java.lang.Object implements java.util.ListIterator
| Modifier and Type | Field and Description |
|---|---|
protected int |
curPos |
protected java.util.List |
listLMs |
| Constructor and Description |
|---|
LMiter(LayoutManager lp) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
java.lang.Object |
next() |
int |
nextIndex() |
java.lang.Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(java.lang.Object o) |
public LMiter(LayoutManager lp)
public boolean hasNext()
hasNext in interface java.util.IteratorhasNext in interface java.util.ListIteratorpublic boolean hasPrevious()
hasPrevious in interface java.util.ListIteratorpublic java.lang.Object previous()
throws java.util.NoSuchElementException
previous in interface java.util.ListIteratorjava.util.NoSuchElementExceptionpublic java.lang.Object next()
throws java.util.NoSuchElementException
next in interface java.util.Iteratornext in interface java.util.ListIteratorjava.util.NoSuchElementExceptionpublic void remove()
throws java.util.NoSuchElementException
remove in interface java.util.Iteratorremove in interface java.util.ListIteratorjava.util.NoSuchElementExceptionpublic void add(java.lang.Object o)
throws java.lang.UnsupportedOperationException
add in interface java.util.ListIteratorjava.lang.UnsupportedOperationExceptionpublic void set(java.lang.Object o)
throws java.lang.UnsupportedOperationException
set in interface java.util.ListIteratorjava.lang.UnsupportedOperationExceptionpublic int nextIndex()
nextIndex in interface java.util.ListIteratorpublic int previousIndex()
previousIndex in interface java.util.ListIteratorCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.