public class SiblingsIterator<T> extends AbstractIterator<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
SiblingsIterator.Type |
| Constructor and Description |
|---|
SiblingsIterator(Predicate<T> until,
T resource,
SiblingsIterator.Type type,
TreeProvider<T> provider) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
getElement() |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SiblingsIterator(Predicate<T> until, T resource, SiblingsIterator.Type type, TreeProvider<T> provider)
protected T getElement()
getElement in class AbstractIterator<T>Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.