| Class | Description |
|---|---|
| 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 © 2017. All Rights Reserved.