Package com.googlecode.concurrenttrees.radix.node.concrete.chararray
-
Class Summary Class Description CharArrayNodeDefault A non-optimized implementation of theNode
interface.CharArrayNodeLeafNullValue Stores only incoming edge as achar[]
.CharArrayNodeLeafVoidValue Stores only incoming edge as achar[]
.CharArrayNodeLeafWithValue Stores only incoming edge as achar[]
, and a reference to a value.CharArrayNodeNonLeafNullValue Stores incoming edge as achar[]
and outgoing edges as anAtomicReferenceArray
.CharArrayNodeNonLeafVoidValue Stores incoming edge as achar[]
and outgoing edges as anAtomicReferenceArray
.