- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for iterations (0.07 sec)
-
guava/src/com/google/common/collect/TopKSelector.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 31 13:15:26 UTC 2025 - 11.4K bytes - Viewed (0) -
README.md
- **Collections** (`org.codelibs.core.collection`) - Enhanced collection utilities, array operations, and specialized map/set implementations including LRU caches and case-insensitive collections
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
/** Scroll timeout for search operations */ protected String scrollForSearch = "1m"; /** Batch size for delete operations */ protected int sizeForDelete = 100; /** Scroll timeout for delete operations */ protected String scrollForDelete = "1m"; /** Batch size for update operations */ protected int sizeForUpdate = 100;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
import com.google.common.cache.LoadingCache; import com.ibm.icu.util.ULocale; import jakarta.annotation.PostConstruct; import jakarta.annotation.PreDestroy; /** * Helper class for system-level operations and utilities. * This class provides methods for managing system properties, handling JSP files, * normalizing configurations, and other system-related tasks. */ public class SystemHelper { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0)