Package com.wavefront.predicates
Class CachingRegexMatcher
- java.lang.Object
-
- com.wavefront.predicates.CachingRegexMatcher
-
- All Implemented Interfaces:
BiFunction<String,String,Boolean>
public class CachingRegexMatcher extends Object implements BiFunction<String,String,Boolean>
A pattern matcher that uses a cache of compiled patterns.- Author:
- vasily@wavefront.com.
-
-
Constructor Summary
Constructors Constructor Description CachingRegexMatcher()CachingRegexMatcher(int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanapply(String s, String s2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-