- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sequences (0.04 sec)
-
src/main/java/org/codelibs/core/collection/CollectionsUtil.java
public static boolean isNotEmpty(final Map<?, ?> map) { return !isEmpty(map); } // Java 21 Sequenced Collections support /** * Returns the first element of a sequenced collection. * * @param <E> the element type * @param collection the sequenced collection * @return the first element, or null if the collection is empty * @since Java 21 */
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 49.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Field name for document ID in the index. index.field.doc_id=doc_id # Field name for internal ID in the index. index.field.id=_id # Field name for version in the index. index.field.version=_version # Field name for sequence number in the index. index.field.seq_no=_seq_no # Field name for primary term in the index. index.field.primary_term=_primary_term # Field name for language in the index. index.field.lang=lang
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0)