jdk/src/share/classes/java/util/NavigableSet.java
changeset 9242 ef138d47df58
parent 5506 202f599c92aa
child 18818 a9ceff754226
equal deleted inserted replaced
9241:e77024585d01 9242:ef138d47df58
    28  * However, the following notice accompanied the original version of this
    28  * However, the following notice accompanied the original version of this
    29  * file:
    29  * file:
    30  *
    30  *
    31  * Written by Doug Lea and Josh Bloch with assistance from members of JCP
    31  * Written by Doug Lea and Josh Bloch with assistance from members of JCP
    32  * JSR-166 Expert Group and released to the public domain, as explained at
    32  * JSR-166 Expert Group and released to the public domain, as explained at
    33  * http://creativecommons.org/licenses/publicdomain
    33  * http://creativecommons.org/publicdomain/zero/1.0/
    34  */
    34  */
    35 
    35 
    36 package java.util;
    36 package java.util;
    37 
    37 
    38 /**
    38 /**