Interface SelectorList
-
- 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
-
-
Method Summary
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-