Searched defs:takeIndexWrapped (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java697 itrs.takeIndexWrapped();
756 * correctness, iterators have the shutdown and takeIndexWrapped
876 void takeIndexWrapped() { method in class:ArrayBlockingQueue.Itrs
882 if (it == null || it.takeIndexWrapped()) {
954 takeIndexWrapped();
1319 boolean takeIndexWrapped() { method in class:ArrayBlockingQueue.Itr

Completed in 62 milliseconds