public static class PolymorphicDispatcher.MethodNameFilter extends Object implements com.google.common.base.Predicate<Method>
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxParams |
protected String |
methodName |
protected int |
minParams |
| Constructor and Description |
|---|
PolymorphicDispatcher.MethodNameFilter(String methodName,
int minParams,
int maxParams) |
Copyright © 2015. All Rights Reserved.