Class LinkedHashSetExample
java.lang.Object
topics.introduction.examples.LinkedHashSetExample
Demonstrates
LinkedHashSet operations.
LinkedHashSet is a HashSet that preserves insertion order during iteration,
unlike the unordered HashSet.- Author:
- vicegd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinkedHashSetExample
public LinkedHashSetExample()
-
-
Method Details
-
main
-