|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
com.intellij.util.containers.HashSet<E>
public class HashSet<E>
| Constructor Summary | |
|---|---|
HashSet()
|
|
HashSet(java.util.Collection<T> collection)
|
|
HashSet(int i)
|
|
HashSet(int i,
float v)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
| Methods inherited from class java.util.HashSet |
|---|
add, clone, contains, isEmpty, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, containsAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public HashSet()
public HashSet(java.util.Collection<T> collection)
public HashSet(int i,
float v)
public HashSet(int i)
| Method Detail |
|---|
public void clear()
clear in interface java.util.Collection<E>clear in interface java.util.Set<E>clear in class java.util.HashSet<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||