| Package | Description |
|---|---|
| edu.nyu.jet.util |
| Modifier and Type | Method and Description |
|---|---|
DoubleArrayTrie.Result |
DoubleArrayTrie.getLongestCommonPrefix(CharSequence key)
Returns longest common prefix between strings in the trie and specified
key.
|
DoubleArrayTrie.Result |
DoubleArrayTrie.getLongestCommonPrefix(CharSequence key,
int offset)
Returns longest common prefix between strings in the trie and specified
key.
|
DoubleArrayTrie.Result |
DoubleArrayTrie.getLongestCommonPrefix(CharSequence key,
int offset,
int length)
Returns longest common prefix between strings in the trie and specified
key.
|
DoubleArrayTrie.Result |
DoubleArrayTrie.getLongestCommonPrefix(CharSequence key,
int offset,
int length,
int nodePos)
Returns longest common prefix between strings in the trie and specified
key.
|
| Modifier and Type | Method and Description |
|---|---|
List<DoubleArrayTrie.Result> |
DoubleArrayTrie.commonPrefixSearch(CharSequence key)
Searches strings which are specified key's prefix.
|
List<DoubleArrayTrie.Result> |
DoubleArrayTrie.commonPrefixSearch(CharSequence key,
int offset)
Searches strings which are specified key's prefix.
|
List<DoubleArrayTrie.Result> |
DoubleArrayTrie.commonPrefixSearch(CharSequence key,
int offset,
int length)
Searches strings which are specified key's prefix.
|
List<DoubleArrayTrie.Result> |
DoubleArrayTrie.commonPrefixSearch(CharSequence key,
int offset,
int length,
int nodePos)
Searches the value to which be associated with the specified key.
|
Copyright © 2016 New York University. All rights reserved.