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

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

Completed in 358 milliseconds