Searched defs:selectedKeys (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DSelector.java60 * This set is returned by the {@link #selectedKeys() selectedKeys} method.
275 public abstract Set<SelectionKey> selectedKeys(); method in class:Selector
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectorImpl.java45 protected Set<SelectionKey> selectedKeys; field in class:SelectorImpl
57 selectedKeys = new HashSet<SelectionKey>();
60 publicSelectedKeys = selectedKeys;
63 publicSelectedKeys = Util.ungrowableSet(selectedKeys);
73 public Set<SelectionKey> selectedKeys() { method in class:SelectorImpl
142 // Precondition: Synchronized on this, keys, and selectedKeys

Completed in 39 milliseconds