|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.util.WCMatcher
com.vladium.util.WCMatcher.PatternMatcher
private static final class WCMatcher.PatternMatcher
Field Summary | |
---|---|
private char[] |
m_pattern
|
private int |
m_patternLength
|
Constructor Summary | |
---|---|
WCMatcher.PatternMatcher(char[] pattern,
int patternLength)
|
Method Summary | |
---|---|
boolean |
matches(char[] string)
|
boolean |
matches(java.lang.String s)
|
Methods inherited from class com.vladium.util.WCMatcher |
---|
compile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final char[] m_pattern
private final int m_patternLength
Constructor Detail |
---|
WCMatcher.PatternMatcher(char[] pattern, int patternLength)
Method Detail |
---|
public final boolean matches(java.lang.String s)
matches
in class WCMatcher
public final boolean matches(char[] string)
matches
in class WCMatcher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |