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, size, toString
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray
public LinkedHashSet()
public LinkedHashSet(Collection<? extends E> c)
public LinkedHashSet(int ignored)
public LinkedHashSet(int ignored, float alsoIgnored)
Copyright © 2018. All rights reserved.