HashSet
@Deprecated
public class HashSet<E>
extends java.util.HashSet<E>
Constructor and Description |
---|
HashSet()
Deprecated.
|
HashSet(java.util.Collection<? extends E> collection)
Deprecated.
|
HashSet(int i)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
add, clone, contains, isEmpty, iterator, remove, size, spliterator
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public HashSet()
public HashSet(java.util.Collection<? extends E> collection)
public HashSet(int i)