Package java.util
Interface Set
- All Superinterfaces:
Collection
- All Known Subinterfaces:
SortedSet
- All Known Implementing Classes:
AbstractSet
,HashSet
,LinkedHashSet
,TreeSet
-
Method Summary
-
Method Details
-
equals
- Specified by:
equals
in interfaceCollection
- Overrides:
equals
in classObject
-
hashCode
int hashCode()- Specified by:
hashCode
in interfaceCollection
- Overrides:
hashCode
in classObject
-