|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.iterator.IteratorProxy<E>
public abstract class IteratorProxy<E>
Proxy for a BidirectionalIterator.
Created: 12.05.2007 23:18:31
| Constructor Summary | |
|---|---|
IteratorProxy(BidirectionalIterator<E> realIterator)
|
|
| Method Summary | |
|---|---|
E |
first()
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
E |
last()
|
E |
next()
|
E |
previous()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorProxy(BidirectionalIterator<E> realIterator)
| Method Detail |
|---|
public E first()
first in interface BidirectionalIterator<E>public boolean hasPrevious()
hasPrevious in interface BidirectionalIterator<E>public E previous()
previous in interface BidirectionalIterator<E>public E last()
last in interface BidirectionalIterator<E>public boolean hasNext()
hasNext in interface java.util.Iterator<E>public E next()
next in interface java.util.Iterator<E>public void remove()
remove in interface java.util.Iterator<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||