Class AbstractSet

public class AbstractSet
extends AbstractCollection
implements Set

// Superclass of HashSet
Abstract base class for set implementations.

Methods

equals(Object)
hashCode()
removeAll(Collection)