jdk/src/java.base/share/classes/java/util/concurrent/ConcurrentSkipListSet.java
changeset 44743 f0bbd698c486
parent 43522 f9c6f543c4db
child 44926 32eeee1c0abd
equal deleted inserted replaced
44677:86328fca16ae 44743:f0bbd698c486
    85  * this class does not permit the use of {@code null} elements,
    85  * this class does not permit the use of {@code null} elements,
    86  * because {@code null} arguments and return values cannot be reliably
    86  * because {@code null} arguments and return values cannot be reliably
    87  * distinguished from the absence of elements.
    87  * distinguished from the absence of elements.
    88  *
    88  *
    89  * <p>This class is a member of the
    89  * <p>This class is a member of the
    90  * <a href="{@docRoot}/../technotes/guides/collections/index.html">
    90  * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
    91  * Java Collections Framework</a>.
    91  * Java Collections Framework</a>.
    92  *
    92  *
    93  * @author Doug Lea
    93  * @author Doug Lea
    94  * @param <E> the type of elements maintained by this set
    94  * @param <E> the type of elements maintained by this set
    95  * @since 1.6
    95  * @since 1.6