| Package | Description |
|---|---|
| net.sf.eBus.util |
Contains supporting utility Java classes for
net.sf.eBus. |
| net.sf.eBus.util.regex |
This regular expression package is designed to perform
efficient pattern matching over a
TernarySearchTree. |
| Modifier and Type | Method and 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 most
maxMatches key-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 most
maxMatches words matching the
query. |
Collection<V> |
TernarySearchTree.values(Pattern query)
Returns a non-
null collection of all trees values
with keys matching the given pattern. |
Collection<V> |
TernarySearchTree.values(Pattern query,
int maxMatches)
Returns a collection of at most
maxMatches values
whose keys match the given pattern. |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
Pattern.compile(String regex)
Returns the eBus regular expression pattern compiled from
the given string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Pattern.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.
|
Copyright © 2019. All rights reserved.