public class ReversedBidiTreeIterator<T> extends ReversedBidiIterator<T> implements BidiTreeIterator<T>
| Constructor and Description |
|---|
ReversedBidiTreeIterator(BidiTreeIterator<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected BidiTreeIterator<T> |
getDelegate() |
void |
prune() |
hasNext, hasPrevious, next, previous, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnext, previoushasPreviouspublic ReversedBidiTreeIterator(BidiTreeIterator<T> delegate)
public void prune()
prune in interface org.eclipse.emf.common.util.TreeIterator<T>protected BidiTreeIterator<T> getDelegate()
getDelegate in class ReversedBidiIterator<T>Copyright © 2015. All Rights Reserved.