LinkedHashSet
Class LinkedHashSet<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- java.util.LinkedHashSet<E>
- Type Parameters:
-
E
- the type of elements maintained by this set
- All Implemented Interfaces:
- Serializable, Cloneable, It