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.Iterator
hasNext
in interface java.util.ListIterator
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator
public java.lang.Object previous() throws java.util.NoSuchElementException
previous
in interface java.util.ListIterator
java.util.NoSuchElementException
public java.lang.Object next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator
next
in interface java.util.ListIterator
java.util.NoSuchElementException
public void remove() throws java.util.NoSuchElementException
remove
in interface java.util.Iterator
remove
in interface java.util.ListIterator
java.util.NoSuchElementException
public void add(java.lang.Object o) throws java.lang.UnsupportedOperationException
add
in interface java.util.ListIterator
java.lang.UnsupportedOperationException
public void set(java.lang.Object o) throws java.lang.UnsupportedOperationException
set
in interface java.util.ListIterator
java.lang.UnsupportedOperationException
public int nextIndex()
nextIndex
in interface java.util.ListIterator
public int previousIndex()
previousIndex
in interface java.util.ListIterator
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.