src/java.base/share/classes/sun/nio/ch/SelChImpl.java
changeset 49142 4affaea00c05
parent 49001 ce06058197a4
child 49493 814bd31f8da0
equal deleted inserted replaced
49141:ac95c7a76132 49142:4affaea00c05
    61      */
    61      */
    62     boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk);
    62     boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk);
    63 
    63 
    64     void translateAndSetInterestOps(int ops, SelectionKeyImpl sk);
    64     void translateAndSetInterestOps(int ops, SelectionKeyImpl sk);
    65 
    65 
    66     int validOps();
       
    67 
       
    68     void kill() throws IOException;
    66     void kill() throws IOException;
    69 
    67 
    70 }
    68 }