Searched refs:getEst (Results 1 – 2 of 2) sorted by relevance
1203 final int getEst() { in getEst() method in LinkedList.LLSpliterator1218 public long estimateSize() { return (long) getEst(); } in estimateSize()1222 int s = getEst(); in trySplit()1243 if ((n = getEst()) > 0 && (p = current) != null) { in forEachRemaining()1259 if (getEst() > 0 && (p = current) != null) { in tryAdvance()
312 int getEst() { in getEst() method in LinkedList.LLSpliterator