public abstract static class PatternMatcher.Base extends Object implements PatternMatcher
PatternMatcher.Base, PatternMatcher.Factories, PatternMatcher.Factory| Modifier and Type | Field and Description |
|---|---|
protected String |
originalPattern |
| Constructor and Description |
|---|
PatternMatcher.Base(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PatternMatcher o) |
boolean |
equals(Object obj)
Two instances are considered equal if these use the same
PatternMatcher.type() and PatternMatcher.pattern(). |
int |
hashCode() |
String |
pattern() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitmatches, typeprotected final String originalPattern
public PatternMatcher.Base(String pattern)
public int compareTo(PatternMatcher o)
compareTo in interface Comparable<PatternMatcher>public int hashCode()
hashCode in interface PatternMatcherhashCode in class ObjectPatternMatcher.pattern().hashCode()public boolean equals(Object obj)
PatternMatcherPatternMatcher.type() and PatternMatcher.pattern().equals in interface PatternMatcherequals in class Objectpublic String pattern()
pattern in interface PatternMatcherCopyright © 2003-2016. All Rights Reserved.