com.vladium.util
Class WCMatcher.EmptyMatcher

java.lang.Object
  extended bycom.vladium.util.WCMatcher
      extended bycom.vladium.util.WCMatcher.EmptyMatcher
Enclosing class:
WCMatcher

private static final class WCMatcher.EmptyMatcher
extends WCMatcher


Nested Class Summary
 
Nested classes inherited from class com.vladium.util.WCMatcher
 
Field Summary
 
Fields inherited from class com.vladium.util.WCMatcher
 
Constructor Summary
private WCMatcher.EmptyMatcher()
           
 
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
 

Constructor Detail

WCMatcher.EmptyMatcher

private WCMatcher.EmptyMatcher()
Method Detail

matches

public final boolean matches(java.lang.String s)
Specified by:
matches in class WCMatcher

matches

public final boolean matches(char[] chars)
Specified by:
matches in class WCMatcher