Uses of Class
org.eclipse.jetty.util.ArrayTernaryTrie
-
Packages that use ArrayTernaryTrie Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of ArrayTernaryTrie in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as ArrayTernaryTrie Modifier and Type Field Description private ArrayTernaryTrie<V>
ArrayTernaryTrie.Growing. _trie
Constructors in org.eclipse.jetty.util with parameters of type ArrayTernaryTrie Constructor Description ArrayTernaryTrie(ArrayTernaryTrie<V> trie, double factor)
Copy Trie and change capacity by a factor
-