Container that holds the SelectionKey's for all the conduits that have triggered events during a previous invocation to ISelector.select(). Instances of this container are normally returned from calls to ISelector.selectedSet().
Returns the number of SelectionKey's in the set.
Operator to iterate over a set via a foreach block. Note that any modifications to the SelectionKey will be ignored.
See Implementation
Container that holds the SelectionKey's for all the conduits that have triggered events during a previous invocation to ISelector.select(). Instances of this container are normally returned from calls to ISelector.selectedSet().