IDoublyLinkedElement
Short summary
Interface for doubly linked elements, that can be used e.g. for LinkedList:
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | IObjectContainer | - |
UML Diagram
Properties
next
Type: IDoublyLinkedElement
This property returns the next element that is linked to this element.…
previous
Type: IDoublyLinkedElement
This property returns the previous element that is linked to this element. Previous element next should be THIS^ object.…
Code
Declaration
INTERFACE IDoublyLinkedElement EXTENDS IObjectContainer