Skip to main content

IDoublyLinkedElement

Short summary

Interface for doubly linked elements, that can be used e.g. for LinkedList:

AccessAbstractFinalExtendsImplements
-NoNoIObjectContainer-

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