|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.util.NullIterator<E>
public class NullIterator<E>
A null iterator
Constructor Summary | |
---|---|
NullIterator()
|
Method Summary | |
---|---|
void |
add(E o)
|
static NullIterator |
create()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullIterator()
Method Detail |
---|
public static NullIterator create()
public boolean hasNext()
hasNext
in interface java.util.Iterator<E>
hasNext
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 boolean hasPrevious()
hasPrevious
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 add(E o)
add
in interface java.util.ListIterator<E>
public void set(E o)
set
in interface java.util.ListIterator<E>
public void remove()
remove
in interface java.util.Iterator<E>
remove
in interface java.util.ListIterator<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |