Uses of Class
com.googlecode.concurrenttrees.radix.ConcurrentRadixTree.SearchResult
-
Packages that use ConcurrentRadixTree.SearchResult Package Description com.googlecode.concurrenttrees.radix -
-
Uses of ConcurrentRadixTree.SearchResult in com.googlecode.concurrenttrees.radix
Methods in com.googlecode.concurrenttrees.radix that return ConcurrentRadixTree.SearchResult Modifier and Type Method Description (package private) ConcurrentRadixTree.SearchResult
ConcurrentRadixTree. searchTree(java.lang.CharSequence key)
Traverses the tree and finds the node which matches the longest prefix of the given key.
-