Home
last modified time | relevance | path

Searched refs:REMOVED (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DArrayBlockingQueue.java1053 private static final int REMOVED = -2; field in ArrayBlockingQueue.Itr
1140 lastRet = REMOVED; in incorporateDequeues()
1142 nextIndex = REMOVED; in incorporateDequeues()
1232 if (lastRet == REMOVED) detach(); in next()
1314 nextIndex = REMOVED; in shutdown()
1316 lastRet = REMOVED; in shutdown()
1371 this.lastRet = lastRet = REMOVED; in removedAt()
1379 this.nextIndex = nextIndex = REMOVED; in removedAt()