Package com.intellij.util.containers
Class HashSet<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- com.intellij.util.containers.HashSet<E>
-
- Type Parameters:
E
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<E>
,Collection<E>
,Set<E>
public class HashSet<E> extends HashSet<E>
Deprecated.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clear()
Deprecated.-
Methods inherited from class java.util.HashSet
add, clone, contains, isEmpty, iterator, remove, size, spliterator
-
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.Collection
parallelStream, removeIf, stream
-
-
-
-
Constructor Detail
-
HashSet
public HashSet()
Deprecated.
-
HashSet
public HashSet(Collection<? extends E> collection)
Deprecated.
-
HashSet
public HashSet(int i, float v)
Deprecated.
-
HashSet
public HashSet(int i)
Deprecated.
-
-