|
Collection
|
| CArray | Represents a linked-list-based array structure |
| CArrayNode | Represents a node in a singly linked list |
| CDictionary | Hash table dictionary with separate chaining for collision resolution |
| CDictionaryNode | Node representing a key-value pair in a hash table |
| CIArray | Interface for a thread-safe, generic, singly linked list |
| CIDictionary | Interface for a generic key-value dictionary |