Package com.googlecode.concurrenttrees.radix.node.concrete.charsequence
-
Class Summary Class Description CharSequenceNodeDefault A implementation of theNode
interface which stores the incoming edge as aCharSequence
(a view onto the original key) rather than copying the edge into a character array.CharSequenceNodeLeafNullValue Stores only incoming edge as aCharSequence
(a view onto the original key) rather than copying the edge into a character array.CharSequenceNodeLeafVoidValue Stores only incoming edge as aCharSequence
(a view onto the original key) rather than copying the edge into a character array.CharSequenceNodeLeafWithValue Stores incoming edge as aCharSequence
(a view onto the original key) rather than copying the edge into a character array.CharSequenceNodeNonLeafNullValue Stores incoming edge as aCharSequence
(a view onto the original key) rather than copying the edge into a character array, and stores outgoing edges as anAtomicReferenceArray
.CharSequenceNodeNonLeafVoidValue Stores incoming edge as aCharSequence
(a view onto the original key) rather than copying the edge into a character array, and stores outgoing edges as anAtomicReferenceArray
.