- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for isNotEmpty (0.06 sec)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 63.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/CollectionsUtil.java
* * @param collection the collection * @return {@literal true} if the collection is not {@literal null} and not empty */ public static boolean isNotEmpty(final Collection<?> collection) { return !isEmpty(collection); } /** * Returns {@literal true} if the given {@link Map} is {@literal null} or empty. *Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 49.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
*/ protected static String constructRedirectLocation(final String url, final String location) { try { URI uri = new URI(url); if (StringUtil.isNotEmpty(location)) { uri = uri.resolve(location.replace(" ", "%20")); } return uri.normalize().toASCIIString(); } catch (URISyntaxException e) {Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0)