Interface SelectorList
- All Superinterfaces:
Collection<Selector>
,Iterable<Selector>
,List<Selector>
,SequencedCollection<Selector>
- All Known Implementing Classes:
SelectorListImpl
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, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray