Uses of Interface
com.googlecode.concurrenttrees.radix.RadixTree
Packages that use RadixTree
Package
Description
-
Uses of RadixTree in com.googlecode.concurrenttrees.radix
Classes in com.googlecode.concurrenttrees.radix that implement RadixTreeModifier and TypeClassDescriptionclassAn implementation ofRadixTreewhich 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. -
Uses of RadixTree in com.googlecode.concurrenttrees.radixinverted
Subinterfaces of RadixTree in com.googlecode.concurrenttrees.radixinvertedModifier and TypeInterfaceDescriptioninterfaceAPI of an inverted radix tree, that is a radix tree which is set up to scan external documents for keys previously added to the tree, rather than for data contained in the tree itself.Classes in com.googlecode.concurrenttrees.radixinverted that implement RadixTreeModifier and TypeClassDescriptionclassAn implementation ofInvertedRadixTreewhich 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.