Package collections
Class LinkedHashSetExample
- java.lang.Object
-
- collections.LinkedHashSetExample
-
public class LinkedHashSetExample extends java.lang.Object
Example forSet
interface andLinkedHashSet
class.- See Also:
HashSetExample
,CollectionExample
-
-
Constructor Summary
Constructors Constructor Description LinkedHashSetExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String... args)
Filters duplicate words from the file specified by the first command line argument and writes result to the console.
-