java.util

Class AbstractSet<E>

public abstract class AbstractSet<E> extends AbstractCollection<E> implements Set<E>

Constructor Summary
protected AbstractSet()
Method Summary
booleanequals(Object o)
inthashCode()
<T> booleanremoveAll(Collection<T> c)

Constructor Detail

AbstractSet

protected AbstractSet()

Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

removeAll

public <T> boolean removeAll(Collection<T> c)