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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java1056 * Returns true if index is invalidated by the given number of
1059 private boolean invalidated(int index, int prevTakeIndex, method in class:ArrayBlockingQueue.Itr
1092 if (invalidated(lastRet, prevTakeIndex, dequeues, len))
1094 if (invalidated(nextIndex, prevTakeIndex, dequeues, len))
1096 if (invalidated(cursor, prevTakeIndex, dequeues, len))

Completed in 88 milliseconds