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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java983 /** Index of nextItem; NONE if none, REMOVED if removed elsewhere */
989 /** Index of lastItem, NONE if none, REMOVED if removed elsewhere */
1005 private static final int REMOVED = -2; field in class:ArrayBlockingQueue.Itr
1093 lastRet = REMOVED;
1095 nextIndex = REMOVED;
1215 // else lastRet == REMOVED and the last returned element was
1238 nextIndex = REMOVED;
1240 lastRet = REMOVED;
1295 this.lastRet = lastRet = REMOVED;
1303 this.nextIndex = nextIndex = REMOVED;
[all...]

Completed in 56 milliseconds