Class AbstractMutableSingleSelection<E>

All Implemented Interfaces:
MutableSelection<E>, MutableSingleSelection<E>, Selection<E>, SingleSelection<E>, Iterable<E>
Direct Known Subclasses:
BeanSingleSelection, NullSingleSelection, PropertySingleSelection, SimpleSingleSelection

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