- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for simplifyArray (0.05 sec)
-
src/main/java/org/codelibs/fess/entity/SearchRequestParams.java
} /** * Simplifies the array. * * @param values The array. * @return The simplified array. */ protected static String[] simplifyArray(final String[] values) { return stream(values).get(stream -> stream.filter(StringUtil::isNotBlank).distinct().toArray(n -> new String[n])); } /** * Returns the parameter value array. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8K bytes - Viewed (0)