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