- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isNotArray (0.04 seconds)
-
src/main/java/org/codelibs/core/collection/ArrayUtil.java
* * @param object * the object * @return {@literal true} if the object is not an array, or if the object is {@literal null} */ public static boolean isNotArray(final Object object) { return !isArray(object); }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 41.5K bytes - Click Count (0)