- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for offerAll (0.06 sec)
-
guava/src/com/google/common/collect/TopKSelector.java
* {@link Ordering#leastOf(Iterable, int)}, which provides a simpler API for that use case. */ public void offerAll(Iterable<? extends T> elements) { offerAll(elements.iterator()); } /** * Adds each member of {@code elements} as a candidate for the top {@code k} elements. ThisRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 31 13:15:26 UTC 2025 - 11.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
// Do nothing in test } @Override public void deleteAll() { // Do nothing in test } @Override public void offerAll(String sessionId, List<OpenSearchUrlQueue> list) { // Do nothing in test } @Override public OpenSearchUrlQueue poll(String sessionId) { return null; }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0)