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