Interface SingleSelection<E>

Type Parameters:
E - the type of elements that can be selected
All Superinterfaces:
Iterable<E>, Selection<E>
All Known Subinterfaces:
MutableSingleSelection<E>
All Known Implementing Classes:
AbstractMutableSingleSelection, BeanSingleSelection, NullSingleSelection, PropertySingleSelection, SimpleSingleSelection

public interface SingleSelection<E> extends Selection<E>
This interface constrains the selection to be restricted to a single element.