Class SelectorListImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Selector sel)  
      int getLength()
      Returns the length of this selector list
      Selector item​(int index)
      Returns the selector at the specified index, or null if this is not a valid index.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SelectorListImpl

        public SelectorListImpl()
    • Method Detail

      • getLength

        public int getLength()
        Description copied from interface: SelectorList
        Returns the length of this selector list
        Specified by:
        getLength in interface SelectorList
      • item

        public Selector item​(int index)
        Description copied from interface: SelectorList
        Returns the selector at the specified index, or null if this is not a valid index.
        Specified by:
        item in interface SelectorList
      • add

        public void add​(Selector sel)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object