WildcardSupport, java.io.Serializablepublic class DefaultWildcardSupport extends AbstractWildcardSupport
WildcardSupport. It uses the following three chars as the wildcards.
| Constructor | Description |
|---|---|
DefaultWildcardSupport() |
| Modifier and Type | Method | Description |
|---|---|---|
char |
getOneOrMoreQuantifier() |
Gets the quantifier that indicates there is one or more of the preceding element.
|
char |
getZeroOrMoreQuantifier() |
Gets the quantifier that indicates there is zero or more of the preceding element.
|
char |
getZeroOrOneQuantifier() |
Gets the quantifier that indicates there is zero or one of the preceding element.
|
convertpublic char getZeroOrOneQuantifier()
WildcardSupportpublic char getZeroOrMoreQuantifier()
WildcardSupportpublic char getOneOrMoreQuantifier()
WildcardSupport