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

/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java221 private final Heap maxHeap; field in class:MinMaxPriorityQueue
230 this.maxHeap = new Heap(ordering.reverse());
231 minHeap.otherHeap = maxHeap;
232 maxHeap.otherHeap = minHeap;
305 return 1; // The lone element in the maxHeap is the maximum.
307 // The max element must sit on the first level of the maxHeap. It is
308 // actually the *lesser* of the two from the maxHeap's perspective.
309 return (maxHeap.compareElements(1, 2) <= 0) ? 1 : 2;
455 return isEvenLevel(i) ? minHeap : maxHeap;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 370 milliseconds