|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.xtext.nodemodel.util.ReversedBidiIterator<T>
public class ReversedBidiIterator<T>
| Constructor Summary | |
|---|---|
ReversedBidiIterator(BidiIterator<T> delegate)
|
|
| Method Summary | |
|---|---|
protected BidiIterator<T> |
getDelegate()
|
boolean |
hasNext()
|
boolean |
hasPrevious()
Returns true if this bidi iterator has more elements when traversing in the reverse direction. |
T |
next()
|
T |
previous()
Returns the previous element. |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReversedBidiIterator(BidiIterator<T> delegate)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public T next()
next in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>public boolean hasPrevious()
BidiIterator
hasPrevious in interface BidiIterator<T>public T previous()
BidiIterator
previous in interface BidiIterator<T>protected BidiIterator<T> getDelegate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||