Searched defs:offerLast (Results 1 – 8 of 8) sorted by relevance
89 public boolean offerLast(@ParametricNullness E e) { in offerLast() method in ForwardingDeque
81 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerLast() method in ForwardingBlockingDeque
79 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerLast() method in ForwardingBlockingDeque
171 public boolean offerLast(E e) { in offerLast() method in SynchronizedDequeTest.TestDeque