lib-as-de-polygonal-ds-DListNode.ax (swf ) [ flash ] flex
Copyright (c) Michael Baczynski 2007 http://lab.polygonal.de/ds/ This software is distributed under licence. Use of this software implies agreement with all terms and conditions of the accompanying software licence.
A list node. The node acts as a data container and also holds a reference to next and previous node in the list.
The node's data.
The next node in the list being referenced.
The previous node in the list being referenced.
Initializes a new node that stores the given item.
parameter: obj The data to store in the node.
A helper function used solely by the DLinkedList class for inserting this node after a given node.
parameter: node A doubly linked list node.
A helper function used solely by the DLinkedList class for inserting this node in front of a given node.
parameter: node A doubly linked list node.
A helper function used solely by the DLinkedList class to unlink the node from the list.
Returns a string representing the current object.
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.