Home
last modified time | relevance | path

Searched defs:offerLast (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DBlockingDeque.java275 boolean offerLast(E e); in offerLast() method
346 boolean offerLast(E e, long timeout, TimeUnit unit) in offerLast() method
DLinkedBlockingDeque.java356 public boolean offerLast(E e) { in offerLast() method in LinkedBlockingDeque
429 public boolean offerLast(E e, long timeout, TimeUnit unit) in offerLast() method in LinkedBlockingDeque
DConcurrentLinkedDeque.java897 public boolean offerLast(E e) { in offerLast() method in ConcurrentLinkedDeque
/libcore/ojluni/src/main/java/java/util/
DDeque.java268 boolean offerLast(E e); in offerLast() method
DArrayDeque.java259 public boolean offerLast(E e) { in offerLast() method in ArrayDeque
DLinkedList.java719 public boolean offerLast(E e) { in offerLast() method in LinkedList
/libcore/ojluni/annotations/sdk/nullability/java/util/
DDeque.annotated.java49 public boolean offerLast(@libcore.util.NullFromTypeParam E e); in offerLast() method
DArrayDeque.annotated.java54 public boolean offerLast(@libcore.util.NullFromTypeParam E e) { throw new RuntimeException("Stub!")… in offerLast() method in ArrayDeque
DLinkedList.annotated.java87 public boolean offerLast(@libcore.util.NullFromTypeParam E e) { throw new RuntimeException("Stub!")… in offerLast() method in LinkedList
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DLinkedBlockingDeque.java88 public boolean offerLast(E e) { in offerLast() method in LinkedBlockingDeque
105 public boolean offerLast(E e, long timeout, java.util.concurrent.TimeUnit unit) in offerLast() method in LinkedBlockingDeque
/libcore/ojluni/src/main/java/sun/nio/ch/
DUtil.java183 boolean offerLast(ByteBuffer buf) { in offerLast() method in Util.BufferCache
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayDeque.java75 public boolean offerLast(E e) { in offerLast() method in ArrayDeque
DLinkedList.java193 public boolean offerLast(E e) { in offerLast() method in LinkedList