TDLList source file · 12KB Description TDLList is a unit that implements a very efficient doubly linked list. It also includes a stack and a queue derived from TDLList. If you are into data structures, this one is for you. An Iterator class is included that can be used to iterate through items in any one of the container classes in either direction. |