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