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