- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TopKSelector (0.04 sec)
-
guava/src/com/google/common/collect/TopKSelector.java
*/ public static <T extends @Nullable Object> TopKSelector<T> least( int k, Comparator<? super T> comparator) { return new TopKSelector<>(comparator, k); } /** * Returns a {@code TopKSelector} that collects the greatest {@code k} elements added to it, * relative to the natural ordering of the elements, and returns them via {@link #topK} in * descending order. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 31 13:15:26 UTC 2025 - 11.4K bytes - Viewed (0)