- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for elementData (0.04 sec)
-
android/guava/src/com/google/common/collect/MinMaxPriorityQueue.java
E elementData(int index) { /* * requireNonNull is safe as long as we're careful to call this method only with populated * indexes. */ return (E) requireNonNull(queue[index]); } @Override public @Nullable E peek() { return isEmpty() ? null : elementData(0); } /** Returns the index of the max element. */Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 33.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/DocList.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.2K bytes - Viewed (0)