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

/libcore/luni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java1057 * Returns true if index is invalidated by the given number of
1060 private boolean invalidated(int index, int prevTakeIndex, method in class:ArrayBlockingQueue.Itr
1093 if (invalidated(lastRet, prevTakeIndex, dequeues, len))
1095 if (invalidated(nextIndex, prevTakeIndex, dequeues, len))
1097 if (invalidated(cursor, prevTakeIndex, dequeues, len))

Completed in 166 milliseconds