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, spliteratoraddAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic HashSet()
public HashSet(java.util.Collection<? extends E> collection)
public HashSet(int i)