java.util
Class AbstractSet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
- All Implemented Interfaces:
- Collection, Set
- Direct Known Subclasses:
- HashSet, TreeSet
public abstract class AbstractSet
- extends AbstractCollection
- implements Set
Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray, toString |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray |
AbstractSet
protected AbstractSet()
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.