Home
last modified time | relevance | path

Searched defs:takeFirst (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DBlockingDeque.java320 E takeFirst() throws InterruptedException; in takeFirst() method
DLinkedBlockingDeque.java454 public E takeFirst() throws InterruptedException { in takeFirst() method in LinkedBlockingDeque