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