|
|||||||||||
| 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.StartsWithMatcher
| Nested Class Summary |
| Nested classes inherited from class com.vladium.util.WCMatcher |
|
| Field Summary | |
private java.lang.String |
m_prefix
|
private char[] |
m_prefixChars
|
| Fields inherited from class com.vladium.util.WCMatcher |
|
| Constructor Summary | |
(package private) |
WCMatcher.StartsWithMatcher(char[] pattern,
int patternLength)
|
| Method Summary | |
boolean |
matches(char[] chars)
|
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_prefixChars
private final java.lang.String m_prefix
| Constructor Detail |
WCMatcher.StartsWithMatcher(char[] pattern,
int patternLength)
| Method Detail |
public final boolean matches(java.lang.String s)
matches in class WCMatcherpublic final boolean matches(char[] chars)
matches in class WCMatcher
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||