Searched refs:nextItem (Results 1 – 5 of 5) sorted by relevance
700 private E nextItem; field in ConcurrentLinkedQueue.Itr714 nextItem = item; in Itr()728 return nextItem != null; in hasNext()741 E x = nextItem; in next()742 nextItem = item; in next()
1030 E nextItem; field in LinkedBlockingDeque.AbstractItr1047 nextItem = (next == null) ? null : next.item; in AbstractItr()1082 nextItem = (next == null) ? null : next.item; in advance()1096 E x = nextItem; in next()
1368 private E nextItem; field in ConcurrentLinkedDeque.AbstractItr1395 nextItem = null; in advance()1401 nextItem = item; in advance()1408 return nextItem != null; in hasNext()1412 E item = nextItem; in next()
928 private E nextItem; // the corresponding item field in LinkedTransferQueue.Itr973 nextItem = itemE; in advance()991 nextItem = null; in advance()1005 E e = nextItem; in next()
350 E nextItem; field in LinkedBlockingDeque.AbstractItr