R - the delegate result typeT - the delegate parameter typepublic class InterceptorChain<R,T> extends Object implements Delegate<R,T>
| Constructor and Description |
|---|
InterceptorChain(Delegate<R,T> innermost,
Iterator<I> chain) |
Copyright © 2013. All rights reserved.