public interface PatternMatcher extends Comparable<PatternMatcher>
| Modifier and Type | Interface and Description |
|---|---|
static class |
PatternMatcher.Base |
static class |
PatternMatcher.Factories |
static interface |
PatternMatcher.Factory |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
|
int |
hashCode() |
boolean |
matches(String string) |
String |
pattern() |
String |
type()
String representation of the type of expressions matched by this pattern matcher.
|
compareToString type()
equals(Object).String pattern()
boolean matches(String string)
string - int hashCode()
Copyright © 2003-2016. All Rights Reserved.