References
summary | ||
public |
F DoublyLinkedList() Doubly linked list implementation making use of dummy nodes for the sake of simplicity. |
|
public |
F Iterator(front: *, back: *, current: *) |
|
public |
F ReverseIterator(front: *, back: *, current: *) |
|
public |
V Node: * |
|
public |
V from: * |