public class Matches
extends java.lang.Object
| Constructor and Description |
|---|
Matches(char matchChar,
Matches nextNode) |
public Matches(char matchChar,
Matches nextNode)
public static final boolean doesMatch(java.lang.String pattern,
java.lang.String operand)
pattern - The pattern may have wildcards "%" and "_".operand - The operand is compared to the pattern.public java.lang.String toString()
toString in class java.lang.Object