Searched refs:removedAt (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java212 itrs.removedAt(removeIndex);
735 * (2) notifying all iterators via the callback removedAt whenever
755 * So in addition to the removedAt callback that is necessary for
905 void removedAt(int removedIndex) { method in class:ArrayBlockingQueue.Itrs
909 if (it == null || it.removedAt(removedIndex)) {
1262 boolean removedAt(int removedIndex) { method in class:ArrayBlockingQueue.Itr

Completed in 43 milliseconds