1
Reply

What is LinkedHashSet?

Umasankar   Khatua

Umasankar Khatua

May 11, 2007
8.1k
0

    A set is a collection of elements without any duplicates. The Set and SortedSet interfaces describe the properties of sets, and the HashSet, LinkedHashSet, and TreeSet classes implement these interfaces. This tip examines these classes, and illustrates where each might be appropriate for use in your Java applications.

    raj beniwal
    May 16, 2007
    0