< prev index next >

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

Print this page

        

*** 45,55 **** * operation). The latter form of the insert operation is designed * specifically for use with capacity-restricted {@code Queue} * implementations; in most implementations, insert operations cannot * fail. * ! * <table BORDER CELLPADDING=3 CELLSPACING=1> * <caption>Summary of Queue methods</caption> * <tr> * <td></td> * <td style="text-align:center"><em>Throws exception</em></td> * <td style="text-align:center"><em>Returns special value</em></td> --- 45,55 ---- * operation). The latter form of the insert operation is designed * specifically for use with capacity-restricted {@code Queue} * implementations; in most implementations, insert operations cannot * fail. * ! * <table class="plain"> * <caption>Summary of Queue methods</caption> * <tr> * <td></td> * <td style="text-align:center"><em>Throws exception</em></td> * <td style="text-align:center"><em>Returns special value</em></td>
< prev index next >