java.util
Interface Set

All Superinterfaces:
Collection
All Known Subinterfaces:
SortedSet
All Known Implementing Classes:
AbstractSet, HashSet, LinkedHashSet, TreeSet

public interface Set
extends Collection


Method Summary
 boolean equals(Object var0)
           
 int hashCode()
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

equals

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

hashCode

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