MCPcopy Create free account
hub / github.com/afkT/DevUtils / parseLong

Method parseLong

lib/DevApp/src/main/java/dev/utils/common/DateUtils.java:319–321  ·  view source on GitHub ↗

解析时间字符串转换为 long 毫秒 @param time 时间 @return 毫秒时间

(final String time)

Source from the content-addressed store, hash-verified

317 * @return 毫秒时间
318 */
319 public static long parseLong(final String time) {
320 return parseLong(time, getDefaultFormat());
321 }
322
323 /**
324 * 解析时间字符串转换为 long 毫秒

Callers 15

getCalendarMethod · 0.95
parseDateMethod · 0.95
parseStringMethod · 0.95
getYearMethod · 0.95
getMonthMethod · 0.95
getDayMethod · 0.95
getWeekMethod · 0.95
get24HourMethod · 0.95
get12HourMethod · 0.95
getMinuteMethod · 0.95
getSecondMethod · 0.95
isAMMethod · 0.95

Calls 4

getDefaultFormatMethod · 0.95
getSafeDateFormatMethod · 0.95
eTagMethod · 0.95
getTimeMethod · 0.45

Tested by

no test coverage detected