Lecture overview -- Keyboard shortcut: 'u'  Previous page: Sample use of BinarySearch in <b><kbd>List<T></kbd></b> -- Keyboard shortcut: 'p'  Next page: The class <b><kbd>LinkedListNode<T></kbd></b> -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Collection Classes - slide 17 : 36

Overview of the class LinkedList<T>
The class LinkedList<T> uses and exposes an auxiliary class LinkedListNode<T>