public abstract class ValuePatternCondition<T> extends PatternCondition<T>
Modifier | Constructor and Description |
---|---|
protected |
ValuePatternCondition(java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<T> |
getValues() |
accepts, append, appendArray, getDebugMethodName, processParameters, toString
protected ValuePatternCondition(java.lang.String methodName)
public abstract java.util.Collection<T> getValues()