Uses of Interface
com.googlecode.concurrenttrees.radixinverted.InvertedRadixTree
Packages that use InvertedRadixTree
-
Uses of InvertedRadixTree in com.googlecode.concurrenttrees.radixinverted
Classes in com.googlecode.concurrenttrees.radixinverted that implement InvertedRadixTreeModifier and TypeClassDescriptionclass
An implementation ofInvertedRadixTree
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.