|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.util.WCMatcher
Nested Class Summary | |
private static class |
WCMatcher.AllMatcher
|
private static class |
WCMatcher.EmptyMatcher
|
private static class |
WCMatcher.EndsWithMatcher
|
private static class |
WCMatcher.PatternMatcher
|
private static class |
WCMatcher.StartsWithMatcher
|
Field Summary | |
private static WCMatcher |
ALL_MATCHER
|
private static WCMatcher |
EMPTY_MATCHER
|
Constructor Summary | |
(package private) |
WCMatcher()
|
Method Summary | |
static WCMatcher |
compile(java.lang.String pattern)
|
abstract boolean |
matches(char[] chars)
|
abstract boolean |
matches(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final WCMatcher ALL_MATCHER
private static final WCMatcher EMPTY_MATCHER
Constructor Detail |
WCMatcher()
Method Detail |
public static WCMatcher compile(java.lang.String pattern)
public abstract boolean matches(java.lang.String s)
public abstract boolean matches(char[] chars)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |