Rudiments
|
#include <nodecollection.h>
Inherits collection.
Inherited by listcollection< valuetype >, and treecollection< valuetype >.
The collection class is the parent class for all rudiments node-based collections.
|
pure virtual |
Returns the first node in the nodecollection.
Implemented in avltree< valuetype >, linkedlist< valuetype >, singlylinkedlist< valuetype >, listcollection< valuetype >, and treecollection< valuetype >.