|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.basic.AbstractListIterator
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
AbstractListIterator()
Constructor for class AbstractListIterator |
|
AbstractListIterator(int start)
Constructor for class AbstractListIterator |
Method Summary | |
int |
currentIndex()
No comment provided by developer, please add a comment to improve documentation. |
protected abstract java.lang.Object |
get(int index)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasNext()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasPrevious()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
next()
No comment provided by developer, please add a comment to improve documentation. |
int |
nextIndex()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
previous()
No comment provided by developer, please add a comment to improve documentation. |
int |
previousIndex()
No comment provided by developer, please add a comment to improve documentation. |
void |
reset()
No comment provided by developer, please add a comment to improve documentation. |
protected abstract int |
size()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.ListIterator |
add, remove, set |
Constructor Detail |
public AbstractListIterator()
public AbstractListIterator(int start)
start
- No description providedMethod Detail |
protected abstract java.lang.Object get(int index) throws java.lang.IndexOutOfBoundsException
index
- No description provided
java.lang.IndexOutOfBoundsException
- Exception description not providedprotected abstract int size()
public void reset()
public int currentIndex()
public boolean hasNext()
hasNext
in interface java.util.ListIterator
public java.lang.Object next()
next
in interface java.util.ListIterator
public int nextIndex()
nextIndex
in interface java.util.ListIterator
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator
public java.lang.Object previous()
previous
in interface java.util.ListIterator
public int previousIndex()
previousIndex
in interface java.util.ListIterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |