Uses of Package
com.googlecode.concurrenttrees.radix
-
Classes in com.googlecode.concurrenttrees.radix used by com.googlecode.concurrenttrees.radix Class Description ConcurrentRadixTree.NodeKeyPair Encapsulates a node and its associated key.ConcurrentRadixTree.SearchResult Encapsulates results of searching the tree for a node for which a given key is a prefix.ConcurrentRadixTree.SearchResult.Classification RadixTree API of a radix tree, that is a tree which allows values to be looked up based on prefixes of the keys with which they were associated, as well as based on exact matches for keys. -
Classes in com.googlecode.concurrenttrees.radix used by com.googlecode.concurrenttrees.radixinverted Class Description ConcurrentRadixTree An implementation ofRadixTree
which supports lock-free concurrent reads, and allows items to be added to and to be removed from the tree atomically by background thread(s), without blocking reads.RadixTree API of a radix tree, that is a tree which allows values to be looked up based on prefixes of the keys with which they were associated, as well as based on exact matches for keys. -
Classes in com.googlecode.concurrenttrees.radix used by com.googlecode.concurrenttrees.radixreversed Class Description ConcurrentRadixTree An implementation ofRadixTree
which supports lock-free concurrent reads, and allows items to be added to and to be removed from the tree atomically by background thread(s), without blocking reads.RadixTree API of a radix tree, that is a tree which allows values to be looked up based on prefixes of the keys with which they were associated, as well as based on exact matches for keys. -
Classes in com.googlecode.concurrenttrees.radix used by com.googlecode.concurrenttrees.solver Class Description ConcurrentRadixTree An implementation ofRadixTree
which supports lock-free concurrent reads, and allows items to be added to and to be removed from the tree atomically by background thread(s), without blocking reads.ConcurrentRadixTree.NodeKeyPair Encapsulates a node and its associated key.RadixTree API of a radix tree, that is a tree which allows values to be looked up based on prefixes of the keys with which they were associated, as well as based on exact matches for keys. -
Classes in com.googlecode.concurrenttrees.radix used by com.googlecode.concurrenttrees.suffix Class Description ConcurrentRadixTree An implementation ofRadixTree
which supports lock-free concurrent reads, and allows items to be added to and to be removed from the tree atomically by background thread(s), without blocking reads.RadixTree API of a radix tree, that is a tree which allows values to be looked up based on prefixes of the keys with which they were associated, as well as based on exact matches for keys.