- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toPrimitiveLong (0.06 sec)
-
src/main/java/org/codelibs/core/convert/LongConversionUtil.java
* * @param o * the object to convert * @return the converted {@literal long} */ public static long toPrimitiveLong(final Object o) { return toPrimitiveLong(o, null); } /** * Converts the given object to a {@literal long}. * * @param o * the object to convert * @param pattern
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.2K bytes - Viewed (0)