Collection Classes - slide 18 : 36 |
The class LinkedListNode<T> is sealed, generic class that represents a non-mutable node in a linked list
A LinkedListNode can at most belong to a single linked list
LinkedListNode<T> is closely associated with LinkedList<T>
There is no public interface for initialization of the properties