AbstractSet is a java abstract class implementing Set and designed to implement many of the common methods of a Set. It's located within the java.util package. EnumSet, HashSet, and TreeSet all extend AbstractSet. Use this tag for problems regarding the AbstractSet class. Use the [set] tag for problems regarding Set and [collections] for problems regarding collections in general.