Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DBlockingDeque.java329 E takeLast() throws InterruptedException; in takeLast() method
DLinkedBlockingDeque.java467 public E takeLast() throws InterruptedException { in takeLast() method in LinkedBlockingDeque