Searched refs:getEst (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DLinkedList.java1190 final int getEst() { method in class:LinkedList.LLSpliterator
1205 public long estimateSize() { return (long) getEst(); }
1209 int s = getEst();
1230 if ((n = getEst()) > 0 && (p = current) != null) {
1246 if (getEst() > 0 && (p = current) != null) {

Completed in 25 milliseconds