Interface SelectorList

  • All Superinterfaces:
    java.util.Collection<Selector>, java.lang.Iterable<Selector>, java.util.List<Selector>
    All Known Implementing Classes:
    SelectorListImpl

    public interface SelectorList
    extends java.util.List<Selector>
    The SelectorList interface provides the abstraction of an ordered collection of selectors, without defining or constraining how this collection is implemented.
    • Method Summary

      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • 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