Interface SelectorList

All Superinterfaces:
Collection<Selector>, Iterable<Selector>, List<Selector>, SequencedCollection<Selector>
All Known Implementing Classes:
SelectorListImpl

public interface SelectorList extends List<Selector>
The SelectorList interface provides the abstraction of an ordered collection of selectors, without defining or constraining how this collection is implemented.
Author:
Ronald Brill