public abstract class SingleReferenceWalker<T> extends ReferenceWalker<T>
ReferenceWalker.NullCondition<S>, ReferenceWalker.WalkCondition<S>currentElements, postVisitor, preVisitor| Constructor and Description | 
|---|
SingleReferenceWalker(T initialElement)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract T | 
nextElement()  | 
protected Collection<T> | 
nextElements()  | 
addPostVisitor, addPreVisitor, getCurrentElement, walkUntil, walkUntil, walkWhile, walkWhilepublic SingleReferenceWalker(T initialElement)
protected Collection<T> nextElements()
nextElements in class ReferenceWalker<T>protected abstract T nextElement()
Copyright © 2019. All rights reserved.