Searched refs:lastItem (Results 1 – 1 of 1) sorted by relevance
1035 private E lastItem; field in ArrayBlockingQueue.Itr1200 lastItem = itemAt(lastRet); in noNext()1264 nextItem = lastItem = null; in forEachRemaining()1283 final E lastItem = this.lastItem; in remove() local1285 this.lastItem = null; in remove()1286 if (itemAt(lastRet) == lastItem) in remove()1317 lastItem = null; in shutdown()