org.biojava.bio.search
Class FilterTest.MatchRegex
java.lang.Object
org.biojava.bio.search.FilterTest.MatchRegex
- Enclosing interface:
- FilterTest
public static class FilterTest.MatchRegex
- extends Object
Tests that the value associated with the specified
key is matched in its entirety by the supplied regex.
A value of false is returned by accept() if a
ClassCastException is thrown on comparing the objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterTest.MatchRegex
public FilterTest.MatchRegex(String regex)
throws PatternSyntaxException
- Throws:
PatternSyntaxException
accept
public boolean accept(Object value)