< prev index next >

src/java.base/share/classes/java/util/concurrent/DelayQueue.java

Print this page

        

*** 65,75 **** * The Iterator provided in method {@link #iterator()} is <em>not</em> * guaranteed to traverse the elements of the DelayQueue in any * particular order. * * <p>This class is a member of the ! * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @since 1.5 * @author Doug Lea * @param <E> the type of elements held in this queue --- 65,75 ---- * The Iterator provided in method {@link #iterator()} is <em>not</em> * guaranteed to traverse the elements of the DelayQueue in any * particular order. * * <p>This class is a member of the ! * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @since 1.5 * @author Doug Lea * @param <E> the type of elements held in this queue
< prev index next >