|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.SIRAPRISE.util.MyReadOnlyListIterator<V>
V - public final class MyReadOnlyListIterator<V>
| Constructor Summary | |
|---|---|
MyReadOnlyListIterator(java.util.ListIterator<V> listIterator)
Creates the MyReadOnlyListIterator |
|
| Method Summary | |
|---|---|
void |
add(V e)
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
V |
next()
|
int |
nextIndex()
|
V |
previous()
|
int |
previousIndex()
|
void |
remove()
|
void |
set(V e)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyReadOnlyListIterator(java.util.ListIterator<V> listIterator)
listIterator - | Method Detail |
|---|
public void add(V e)
add in interface java.util.ListIterator<V>public boolean hasNext()
hasNext in interface java.util.Iterator<V>hasNext in interface java.util.ListIterator<V>public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<V>public V next()
next in interface java.util.Iterator<V>next in interface java.util.ListIterator<V>public int nextIndex()
nextIndex in interface java.util.ListIterator<V>public V previous()
previous in interface java.util.ListIterator<V>public int previousIndex()
previousIndex in interface java.util.ListIterator<V>public void remove()
remove in interface java.util.Iterator<V>remove in interface java.util.ListIterator<V>public void set(V e)
set in interface java.util.ListIterator<V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||