Lines Matching defs:poll
65 * <td>{@link #poll poll()}</td>
81 * {@link #poll()}. In a FIFO queue, all new elements are inserted at
94 * <p>The {@link #remove()} and {@link #poll()} methods remove and
99 * <tt>poll()</tt> methods differ only in their behavior when the
101 * while the <tt>poll()</tt> method returns <tt>null</tt>.
117 * used as a special return value by the <tt>poll</tt> method to
185 * from {@link #poll poll} only in that it throws an exception if this
199 E poll();