public class LinkedHashSet<E> extends HashSet<E> implements Set<E>
| Constructor and Description |
|---|
LinkedHashSet() |
LinkedHashSet(Collection<? extends E> collection) |
LinkedHashSet(int capacity) |
LinkedHashSet(int capacity,
float loadFactor) |
add, clear, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayremoveIfpublic LinkedHashSet()
public LinkedHashSet(int capacity)
public LinkedHashSet(int capacity,
float loadFactor)
public LinkedHashSet(Collection<? extends E> collection)
Copyright © 2026. All rights reserved.