|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.rej.util.ImmutableEmptyListIterator<E>
public class ImmutableEmptyListIterator<E>
| Constructor Summary | |
|---|---|
ImmutableEmptyListIterator()
|
|
| Method Summary | |
|---|---|
void |
add(E o)
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
E |
next()
|
int |
nextIndex()
|
E |
previous()
|
int |
previousIndex()
|
void |
remove()
|
void |
set(E o)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImmutableEmptyListIterator()
| Method Detail |
|---|
public void add(E o)
add in interface java.util.ListIterator<E>public boolean hasNext()
hasNext in interface java.util.Iterator<E>hasNext in interface java.util.ListIterator<E>public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<E>public E next()
next in interface java.util.Iterator<E>next in interface java.util.ListIterator<E>public int nextIndex()
nextIndex in interface java.util.ListIterator<E>public E previous()
previous in interface java.util.ListIterator<E>public int previousIndex()
previousIndex in interface java.util.ListIterator<E>public void remove()
remove in interface java.util.Iterator<E>remove in interface java.util.ListIterator<E>public void set(E o)
set in interface java.util.ListIterator<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||