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.java327 E takeFirst() throws InterruptedException; in takeFirst() method
DLinkedBlockingDeque.java457 public E takeFirst() throws InterruptedException { in takeFirst() method in LinkedBlockingDeque