Class AbstractMutableSet<T>

All Implemented Interfaces:
Cloneable, Iterable<T>, Collection<T>, Set<T>, MutableCollection<T>, InternalIterable<T>, RichIterable<T>, MutableSet<T>, MutableSetIterable<T>, SetIterable<T>, UnsortedSetIterable<T>

public abstract class AbstractMutableSet<T>
extends AbstractMutableCollection<T>
implements MutableSet<T>