Package java.util
Class AbstractSet
- java.lang.Object
-
- java.util.AbstractCollection
-
- java.util.AbstractSet
-
- All Implemented Interfaces:
Collection,Set
public abstract class AbstractSet extends AbstractCollection implements Set
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object var0)inthashCode()booleanremoveAll(Collection var0)-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(Object var0)
-
hashCode
public int hashCode()
-
removeAll
public boolean removeAll(Collection var0)
- Specified by:
removeAllin interfaceCollection- Specified by:
removeAllin interfaceSet- Overrides:
removeAllin classAbstractCollection
-
-