jdk/src/java.base/share/classes/java/util/concurrent/SynchronousQueue.java
changeset 44743 f0bbd698c486
parent 43522 f9c6f543c4db
child 45937 646816090183
equal deleted inserted replaced
44677:86328fca16ae 44743:f0bbd698c486
    78  *
    78  *
    79  * <p>This class and its iterator implement all of the <em>optional</em>
    79  * <p>This class and its iterator implement all of the <em>optional</em>
    80  * methods of the {@link Collection} and {@link Iterator} interfaces.
    80  * methods of the {@link Collection} and {@link Iterator} interfaces.
    81  *
    81  *
    82  * <p>This class is a member of the
    82  * <p>This class is a member of the
    83  * <a href="{@docRoot}/../technotes/guides/collections/index.html">
    83  * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
    84  * Java Collections Framework</a>.
    84  * Java Collections Framework</a>.
    85  *
    85  *
    86  * @since 1.5
    86  * @since 1.5
    87  * @author Doug Lea and Bill Scherer and Michael Scott
    87  * @author Doug Lea and Bill Scherer and Michael Scott
    88  * @param <E> the type of elements held in this queue
    88  * @param <E> the type of elements held in this queue