Package collections
Class LinkedListExample
- java.lang.Object
-
- collections.LinkedListExample
-
public class LinkedListExample extends java.lang.Object
Example forList
interface andLinkedList
class.- See Also:
ArrayListExample
,CollectionExample
-
-
Constructor Summary
Constructors Constructor Description LinkedListExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String... args)
Reads word from the file specified by the first command line argument and writes it to the console in the reverse order.
-