java.util
Class LinkedHashSet
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractSet
|
+--java.util.HashSet
|
+--java.util.LinkedHashSet
- All Implemented Interfaces:
- Cloneable, Collection, Serializable, Set
- public synchronized class LinkedHashSet
- extends HashSet
- implements Set, Cloneable, Serializable
- See Also:
- Serialized Form
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
LinkedHashSet
public LinkedHashSet(int,
float)
LinkedHashSet
public LinkedHashSet(int)
LinkedHashSet
public LinkedHashSet()
LinkedHashSet
public LinkedHashSet(Collection)