public abstract class AggregatingVisitor<T> extends Object implements BindingOperationVisitor
| Constructor and Description |
|---|
AggregatingVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(T result)
Stores a result
|
Set<T> |
getResults()
Returns all found results
|
T |
getUniqueResult()
Returns a result if only one was found
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitCopyright © 2012-2018. All Rights Reserved.