Package com.googlecode.concurrenttrees.radix.node.concrete.chararray

Class Summary
CharArrayNodeDefault A non-optimized implementation of the Node interface.
CharArrayNodeLeafNullValue Stores only incoming edge as a char[].
CharArrayNodeLeafVoidValue Stores only incoming edge as a char[].
CharArrayNodeLeafWithValue Stores only incoming edge as a char[], and a reference to a value.
CharArrayNodeNonLeafNullValue Stores incoming edge as a char[] and outgoing edges as an AtomicReferenceArray.
CharArrayNodeNonLeafVoidValue Stores incoming edge as a char[] and outgoing edges as an AtomicReferenceArray.
 



Copyright © 2013. All Rights Reserved.