Searched refs:skipMe (Results 1 – 1 of 1) sorted by relevance
752 private List<E> skipMe; field in MinMaxPriorityQueue.QueueIterator791 skipMe = new ArrayList<E>(3); in remove()794 skipMe.add(moved.replaced); in remove()835 if (skipMe != null) { in nextNotInSkipMe()836 while (c < size() && containsExact(skipMe, elementData(c))) { in nextNotInSkipMe()