Class AbstractMutableSelection<E>

java.lang.Object
com.macrofocus.common.selection.AbstractSelection<E>
com.macrofocus.common.selection.AbstractMutableSelection<E>
All Implemented Interfaces:
MutableSelection<E>, Selection<E>, Iterable<E>
Direct Known Subclasses:
AbstractMutableSingleSelection, NullSelection, SimpleSelection

public abstract class AbstractMutableSelection<E> extends AbstractSelection<E> implements MutableSelection<E>
This class provides a skeletal implementation of the MutableSelection interface to minimize the effort required to implement this interface.