Uses of Class
com.googlecode.concurrenttrees.radix.ConcurrentRadixTree.SearchResult
Packages that use ConcurrentRadixTree.SearchResult
-
Uses of ConcurrentRadixTree.SearchResult in com.googlecode.concurrenttrees.radix
Methods in com.googlecode.concurrenttrees.radix that return ConcurrentRadixTree.SearchResultModifier and TypeMethodDescription(package private) ConcurrentRadixTree.SearchResultConcurrentRadixTree.searchTree(CharSequence key) Traverses the tree and finds the node which matches the longest prefix of the given key.