
E - element type.public class LinkedHashSet<E> extends HashSet<E> implements Set<E>, Cloneable
| Constructor and Description |
|---|
LinkedHashSet() |
LinkedHashSet(Collection<? extends E> c) |
LinkedHashSet(int ignored) |
LinkedHashSet(int ignored,
float alsoIgnored) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
add, clear, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringspliteratorpublic LinkedHashSet()
public LinkedHashSet(Collection<? extends E> c)
public LinkedHashSet(int ignored)
public LinkedHashSet(int ignored,
float alsoIgnored)
Copyright © 2018. All rights reserved.