Class java.nio.channels.Selector

Added Methods
int select(Consumer<SelectionKey>)  
int select(Consumer<SelectionKey>, long)  
int selectNow(Consumer<SelectionKey>)