java.util
Class AbstractSet

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractSet
All Implemented Interfaces:
Collection, Set
Direct Known Subclasses:
HashSet, TreeSet

public abstract class AbstractSet
extends AbstractCollection
implements Set


Constructor Summary
protected AbstractSet()
           
 
Method Summary
 boolean equals(Object var0)
           
 int hashCode()
           
 boolean removeAll(Collection var0)
           
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray
 

Constructor Detail

AbstractSet

protected AbstractSet()
Method Detail

equals

public boolean equals(Object var0)
Specified by:
equals in interface Collection
Specified by:
equals in interface Set
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Collection
Specified by:
hashCode in interface Set
Overrides:
hashCode in class Object

removeAll

public boolean removeAll(Collection var0)
Specified by:
removeAll in interface Collection
Specified by:
removeAll in interface Set
Overrides:
removeAll in class AbstractCollection


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.