Data/TypesLinkedListElement.php

Linked List Element Basic Concrete Class

This establishes a concrete class that inherits AbstractLinkedListElement The abstract class currently has no abstract methods, but may in the future, so all we really have to implement is an association of data using a data property

Classes

LinkedListElement LinkedList Basic Concrete Class