< prev index next >

src/java.base/share/classes/java/util/Queue.java

Print this page

        

*** 126,136 **** * from class {@code Object}, because element-based equality is not * always well-defined for queues with the same elements but different * ordering properties. * * <p>This interface 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 --- 126,136 ---- * from class {@code Object}, because element-based equality is not * always well-defined for queues with the same elements but different * ordering properties. * * <p>This interface 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 >