Package algs13
Class LinkedList<T>
java.lang.Object
algs13.LinkedList<T>
- All Implemented Interfaces:
- Iterable<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanisEmpty()iterator()static voidstatic <T> voidprintBackward(String s, LinkedList<Integer> list, ListIterator<T> iterator) static <T> voidprintForward(String s, LinkedList<Integer> list, ListIterator<T> iterator) intsize()toString()Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator