| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectListIterator0<E>
@Deprecated public final class ListIterator0<E>
An empty ListIterator. It does not support add().
Thread safe.
| Constructor Summary | |
|---|---|
ListIterator0()
Deprecated.  | 
|
| Method Summary | |
|---|---|
 void | 
add(E o)
Deprecated.  | 
 boolean | 
hasNext()
Deprecated.  | 
 boolean | 
hasPrevious()
Deprecated.  | 
 E | 
next()
Deprecated.  | 
 int | 
nextIndex()
Deprecated.  | 
 E | 
previous()
Deprecated.  | 
 int | 
previousIndex()
Deprecated.  | 
 void | 
remove()
Deprecated.  | 
 void | 
set(E o)
Deprecated.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ListIterator0()
| Method Detail | 
|---|
public void add(E o)
add in interface ListIterator<E>public boolean hasNext()
hasNext in interface Iterator<E>hasNext in interface ListIterator<E>public boolean hasPrevious()
hasPrevious in interface ListIterator<E>public E next()
next in interface Iterator<E>next in interface ListIterator<E>public int nextIndex()
nextIndex in interface ListIterator<E>public E previous()
previous in interface ListIterator<E>public int previousIndex()
previousIndex in interface ListIterator<E>public void remove()
remove in interface Iterator<E>remove in interface ListIterator<E>public void set(E o)
set in interface ListIterator<E>
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||