Data/Types/ResourceAbstractLinkedListElement.php

Linked List Element Abstract Class

This establishes an abstract class to inherit from with the necessary linked list functions defined, getNext, getPrevious, etc.

Classes

AbstractLinkedListElement Linked List Element Abstract Class