Class | Description |
---|---|
CharSequenceNodeDefault |
A implementation of the
Node interface which stores the incoming edge as a CharSequence (a
view onto the original key) rather than copying the edge into a character array. |
CharSequenceNodeLeafNullValue |
Stores only incoming edge as a
CharSequence (a view onto the original key) rather than copying the
edge into a character array. |
CharSequenceNodeLeafVoidValue |
Stores only incoming edge as a
CharSequence (a view onto the original key) rather than copying the
edge into a character array. |
CharSequenceNodeLeafWithValue |
Stores incoming edge as a
CharSequence (a view onto the original key) rather than copying the
edge into a character array. |
CharSequenceNodeNonLeafNullValue |
Stores incoming edge as a
CharSequence (a view onto the original key) rather than copying the edge
into a character array, and stores outgoing edges as an AtomicReferenceArray . |
CharSequenceNodeNonLeafVoidValue |
Stores incoming edge as a
CharSequence (a view onto the original key) rather than copying the edge
into a character array, and stores outgoing edges as an AtomicReferenceArray . |
Copyright © 2020. All rights reserved.