HashSet
@Deprecated
public class HashSet<E>
extends java.util.AbstractSet<E>
implements java.util.Set<E>
Constructor and Description |
---|
HashSet()
Deprecated.
|
HashSet(int capacity)
Deprecated.
|
HashSet(int capacity,
float loadFactor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(E key)
Deprecated.
|
boolean |
contains(java.lang.Object key)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
java.util.Iterator<E> |
iterator()
Deprecated.
|
boolean |
remove(java.lang.Object key)
Deprecated.
|
int |
size()
Deprecated.
|
addAll, clear, containsAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public HashSet()
public HashSet(int capacity)
public HashSet(int capacity, float loadFactor)