Uses of Class
net.sf.eBus.util.regex.Pattern
-
Packages that use Pattern Package Description net.sf.eBus.util Contains supporting utility Java classes fornet.sf.eBus.net.sf.eBus.util.regex This regular expression package is designed to perform efficient pattern matching over aTernarySearchTree. -
-
Uses of Pattern in net.sf.eBus.util
Methods in net.sf.eBus.util with parameters of type Pattern Modifier and Type Method Description Set<Map.Entry<CharSequence,V>>TernarySearchTree. entrySet(Pattern query)Returns the set of all key-value mappings whose keys match the given query.Set<Map.Entry<CharSequence,V>>TernarySearchTree. entrySet(Pattern query, int maxMatches)Returns the set of at mostmaxMatcheskey-value mappings whose keys match the given query.Set<CharSequence>TernarySearchTree. keySet(Pattern query)Returns the words matching the query.Set<CharSequence>TernarySearchTree. keySet(Pattern query, int maxMatches)Returns at mostmaxMatcheswords matching the query.Collection<V>TernarySearchTree. values(Pattern query)Returns a non-nullcollection of all trees values with keys matching the given pattern.Collection<V>TernarySearchTree. values(Pattern query, int maxMatches)Returns a collection of at mostmaxMatchesvalues whose keys match the given pattern. -
Uses of Pattern in net.sf.eBus.util.regex
Methods in net.sf.eBus.util.regex that return Pattern Modifier and Type Method Description static PatternPattern. compile(String regex)Returns the eBus regular expression pattern compiled from the given string.Methods in net.sf.eBus.util.regex with parameters of type Pattern Modifier and Type Method Description intPattern. compareTo(Pattern pattern)Returns an integer value < zero if this pattern is less than the argument; zero if this pattern is equal to the argument; > zero if this pattern is greater than the argument.
-