org.mmbase.bridge.util
Class AbstractBridgeList.BasicIterator
java.lang.Object
org.mmbase.bridge.util.AbstractBridgeList.BasicIterator
- All Implemented Interfaces:
- Iterator<E>, ListIterator<E>
- Direct Known Subclasses:
- CollectionNodeList.BasicNodeIterator, CollectionRelationList.BasicRelationIterator
- Enclosing class:
- AbstractBridgeList<E extends Comparable<? super E>>
protected class AbstractBridgeList.BasicIterator
- extends Object
- implements ListIterator<E>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterator
protected final ListIterator<E extends Comparable<? super E>> iterator
AbstractBridgeList.BasicIterator
protected AbstractBridgeList.BasicIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<E extends Comparable<? super E>>- Specified by:
hasNext in interface ListIterator<E extends Comparable<? super E>>
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPrevious in interface ListIterator<E extends Comparable<? super E>>
nextIndex
public int nextIndex()
- Specified by:
nextIndex in interface ListIterator<E extends Comparable<? super E>>
previousIndex
public int previousIndex()
- Specified by:
previousIndex in interface ListIterator<E extends Comparable<? super E>>
remove
public void remove()
- Specified by:
remove in interface Iterator<E extends Comparable<? super E>>- Specified by:
remove in interface ListIterator<E extends Comparable<? super E>>
set
public void set(E o)
- Specified by:
set in interface ListIterator<E extends Comparable<? super E>>
add
public void add(E o)
- Specified by:
add in interface ListIterator<E extends Comparable<? super E>>
next
public E next()
- Specified by:
next in interface Iterator<E extends Comparable<? super E>>- Specified by:
next in interface ListIterator<E extends Comparable<? super E>>
previous
public E previous()
- Specified by:
previous in interface ListIterator<E extends Comparable<? super E>>
MMBase 2.0-SNAPSHOT - null