com.intellij.util.containers
Class HashSet<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<E>
              extended by com.intellij.util.containers.HashSet<E>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>

public class HashSet<E>
extends java.util.HashSet<E>

See Also:
Serialized Form

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

HashSet

public HashSet()

HashSet

public HashSet(java.util.Collection<T> collection)

HashSet

public HashSet(int i,
               float v)

HashSet

public HashSet(int i)
Method Detail

clear

public void clear()
Specified by:
clear in interface java.util.Collection<E>
Specified by:
clear in interface java.util.Set<E>
Overrides:
clear in class java.util.HashSet<E>