public class MaxTypeMatcher implements MatchingRule
Type matching with a maximum size
| Constructor and Description |
|---|
MaxTypeMatcher(int max)
Type matching with a maximum size
|
| Modifier and Type | Method and Description |
|---|---|
int |
component1() |
MaxTypeMatcher |
copy(int max)
Type matching with a maximum size
|
boolean |
equals(java.lang.Object p) |
int |
getMax() |
int |
hashCode() |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
toMappublic java.util.Map<java.lang.String,java.lang.Object> toMap()
public int getMax()
public int component1()
public MaxTypeMatcher copy(int max)
Type matching with a maximum size
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)