跳过导航链接
B C D F G I L M N P R S T W 

B

BeanUtils - top.zhogjianhao中的类
JavaBean 工具类
BeanUtils - top.zhogjianhao中的类
JavaBean 工具类
BeanUtils() - 类 的构造器top.zhogjianhao.BeanUtils
 
BeanUtils() - 类 的构造器top.zhogjianhao.BeanUtils
 
BeanUtils.FieldFunction<T,R> - top.zhogjianhao中的接口
 
BeanUtils.FieldFunction<T,R> - top.zhogjianhao中的接口
 

C

CollectionUtils - top.zhogjianhao中的类
集合工具类
CollectionUtils - top.zhogjianhao中的类
集合工具类
CollectionUtils() - 类 的构造器top.zhogjianhao.CollectionUtils
 
CollectionUtils() - 类 的构造器top.zhogjianhao.CollectionUtils
 
containsHanZi(String) - 类 中的静态方法top.zhogjianhao.RegExUtils
是否包含汉字
containsHanZi(String) - 类 中的静态方法top.zhogjianhao.RegExUtils
是否包含汉字
convertWeeks(String, String) - 类 中的静态方法top.zhogjianhao.DateUtils
转换星期字符串为星期数组
convertWeeks(String) - 类 中的静态方法top.zhogjianhao.DateUtils
转换星期字符串为星期数组
convertWeeks(String, String) - 类 中的静态方法top.zhogjianhao.DateUtils
转换星期字符串为星期数组
convertWeeks(String) - 类 中的静态方法top.zhogjianhao.DateUtils
转换星期字符串为星期数组

D

DateUtils - top.zhogjianhao中的类
时间工具类
DateUtils - top.zhogjianhao中的类
时间工具类
DateUtils() - 类 的构造器top.zhogjianhao.DateUtils
 
DateUtils() - 类 的构造器top.zhogjianhao.DateUtils
 
DEFAULT_RESOLVER_STYLE - 类 中的静态变量top.zhogjianhao.DateUtils
默认解析模式:严格模式(https://rumenz.com/java-topic/java/date-time/resolverstyle-strict-date-parsing/index.html)
DEFAULT_RESOLVER_STYLE - 类 中的静态变量top.zhogjianhao.DateUtils
默认解析模式:严格模式(https://rumenz.com/java-topic/java/date-time/resolverstyle-strict-date-parsing/index.html)
defaultDatePattern - 类 中的静态变量top.zhogjianhao.DateUtils
Date 默认格式
defaultDatePattern - 类 中的静态变量top.zhogjianhao.DateUtils
Date 默认格式
defaultLocalDatePattern - 类 中的静态变量top.zhogjianhao.DateUtils
LocalDate 默认格式
defaultLocalDatePattern - 类 中的静态变量top.zhogjianhao.DateUtils
LocalDate 默认格式
defaultLocalDateTimePattern - 类 中的静态变量top.zhogjianhao.DateUtils
LocalDateTime 默认格式
defaultLocalDateTimePattern - 类 中的静态变量top.zhogjianhao.DateUtils
LocalDateTime 默认格式
defaultLocalTimePattern - 类 中的静态变量top.zhogjianhao.DateUtils
LocalTime 默认格式
defaultLocalTimePattern - 类 中的静态变量top.zhogjianhao.DateUtils
LocalTime 默认格式

F

format(Temporal, ZoneId, String) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定时区和格式的字符串
format(Temporal, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定时区和格式的字符串,格式根据时间对象的类型判断 LocalDateTime、ZonedDateTime:DateUtils#defaultLocalDatePattern
LocalDate:DateUtils#defaultLocalDateTimePattern
LocalTime:DateUtils#defaultLocalTimePattern
format(Temporal, String) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定格式的字符串
format(Temporal) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定格式的字符串,格式根据时间对象的类型判断 LocalDateTime、ZonedDateTime:DateUtils#defaultLocalDatePattern
LocalDate:DateUtils#defaultLocalDateTimePattern
LocalTime:DateUtils#defaultLocalTimePattern
format(Date, ZoneId, String) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定时区和格式的字符串
format(Date, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定时区的字符串
format(Date, String) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定格式的字符串
format(Date) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为 DateUtils#defaultDatePattern 的字符串
format(Temporal, ZoneId, String) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定时区和格式的字符串
format(Temporal, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定时区和格式的字符串,格式根据时间对象的类型判断 LocalDateTime、ZonedDateTime:DateUtils#defaultLocalDatePattern
LocalDate:DateUtils#defaultLocalDateTimePattern
LocalTime:DateUtils#defaultLocalTimePattern
format(Temporal, String) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定格式的字符串
format(Temporal) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定格式的字符串,格式根据时间对象的类型判断 LocalDateTime、ZonedDateTime:DateUtils#defaultLocalDatePattern
LocalDate:DateUtils#defaultLocalDateTimePattern
LocalTime:DateUtils#defaultLocalTimePattern
format(Date, ZoneId, String) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定时区和格式的字符串
format(Date, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定时区的字符串
format(Date, String) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为指定格式的字符串
format(Date) - 类 中的静态方法top.zhogjianhao.DateUtils
格式化为 DateUtils#defaultDatePattern 的字符串

G

getByRange(LocalDateTime, LocalDateTime, String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取日期范围内的所有日期
getByRange(LocalDateTime, LocalDateTime, String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取日期范围内的所有日期
getByRangeAndWeeks(LocalDateTime, LocalDateTime, String, String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取日期范围内的所有指定星期,包含开始日期和结束日期
getByRangeAndWeeks(LocalDateTime, LocalDateTime, String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取日期范围内的所有指定星期,包含开始日期和结束日期
getByRangeAndWeeks(LocalDateTime, LocalDateTime, String, String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取日期范围内的所有指定星期,包含开始日期和结束日期
getByRangeAndWeeks(LocalDateTime, LocalDateTime, String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取日期范围内的所有指定星期,包含开始日期和结束日期
getByWeeks(String, LocalDateTime...) - 类 中的静态方法top.zhogjianhao.DateUtils
获取符合周几的时间
getByWeeks(String, LocalDateTime...) - 类 中的静态方法top.zhogjianhao.DateUtils
获取符合周几的时间
getColumnName(BeanUtils.FieldFunction<T, ?>) - 类 中的静态方法top.zhogjianhao.BeanUtils
获取列名
getColumnName(BeanUtils.FieldFunction<T, ?>) - 类 中的静态方法top.zhogjianhao.BeanUtils
获取列名
getDefaultFormatter(String, Locale, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
获取默认的时间格式器(严格模式),对应时间级别没有就赋默认值:1970-01-01 00:00:00.00000000
getDefaultFormatter(String, Locale) - 类 中的静态方法top.zhogjianhao.DateUtils
获取默认的时间格式器(严格模式),对应时间级别没有就赋默认值:1970-01-01 00:00:00.0
getDefaultFormatter(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
获取默认的时间格式器(严格模式),对应时间级别没有就赋默认值:1970-01-01 00:00:00.0
getDefaultFormatter(String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取默认的时间格式器(严格模式),对应时间级别没有就赋默认值:1970-01-01 00:00:00.0,内容格式为英文
getDefaultFormatter(String, Locale, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
获取默认的时间格式器(严格模式),对应时间级别没有就赋默认值:1970-01-01 00:00:00.00000000
getDefaultFormatter(String, Locale) - 类 中的静态方法top.zhogjianhao.DateUtils
获取默认的时间格式器(严格模式),对应时间级别没有就赋默认值:1970-01-01 00:00:00.0
getDefaultFormatter(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
获取默认的时间格式器(严格模式),对应时间级别没有就赋默认值:1970-01-01 00:00:00.0
getDefaultFormatter(String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取默认的时间格式器(严格模式),对应时间级别没有就赋默认值:1970-01-01 00:00:00.0,内容格式为英文
getDifferenceSetsByIntersectional(LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime) - 类 中的静态方法top.zhogjianhao.DateUtils
获取两个时间段交集时差集的时间段
getDifferenceSetsByIntersectional(LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime) - 类 中的静态方法top.zhogjianhao.DateUtils
获取两个时间段交集时差集的时间段
getFieldName(BeanUtils.FieldFunction<T, ?>) - 类 中的静态方法top.zhogjianhao.BeanUtils
获取属性名(https://blog.csdn.net/qq_35410620/article/details/103007557)
getFieldName(BeanUtils.FieldFunction<T, ?>) - 类 中的静态方法top.zhogjianhao.BeanUtils
获取属性名(https://blog.csdn.net/qq_35410620/article/details/103007557)
getFormatterBuilder(String, Map<TemporalField, Long>) - 类 中的静态方法top.zhogjianhao.DateUtils
获取时间格式化构造器,并给不同时间级别赋默认值
getFormatterBuilder(String, Map<TemporalField, Long>) - 类 中的静态方法top.zhogjianhao.DateUtils
获取时间格式化构造器,并给不同时间级别赋默认值
geThanEqToZero(Object) - 类 中的静态方法top.zhogjianhao.NumberUtils
大于等于 0(Integer、Long、Double、Float、Short)
geThanEqToZero(Object) - 类 中的静态方法top.zhogjianhao.NumberUtils
大于等于 0(Integer、Long、Double、Float、Short)
geThanZero(Object) - 类 中的静态方法top.zhogjianhao.NumberUtils
大于 0(Integer、Long、Double、Float、Short)
geThanZero(Object) - 类 中的静态方法top.zhogjianhao.NumberUtils
大于 0(Integer、Long、Double、Float、Short)
getIntersection(LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime) - 类 中的静态方法top.zhogjianhao.DateUtils
获取两个时间段的交集
getIntersection(LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime) - 类 中的静态方法top.zhogjianhao.DateUtils
获取两个时间段的交集
getMatcher(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取 Matcher 对象
getMatcher(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取 Matcher 对象
getMatcher(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取 Matcher 对象
getMatcher(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取 Matcher 对象
getProperty(Object, String) - 类 中的静态方法top.zhogjianhao.BeanUtils
根据属性名获取属性值
getProperty(Object, String) - 类 中的静态方法top.zhogjianhao.BeanUtils
根据属性名获取属性值
getPropertyStr(Object, String) - 类 中的静态方法top.zhogjianhao.BeanUtils
根据属性名获取属性值字符串
getPropertyStr(Object, String) - 类 中的静态方法top.zhogjianhao.BeanUtils
根据属性名获取属性值字符串

I

indexOf(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取下标
indexOf(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取下标
indexOf(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取下标
indexOf(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取下标
isAllEmpty(Object) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否所有元素都为 null
isAllEmpty(Object) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否所有元素都为 null
isEmpty(Collection<?>) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否为 null 或没有元素
isEmpty(Collection<?>) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否为 null 或没有元素
isInteger(String) - 类 中的静态方法top.zhogjianhao.NumberUtils
是否为整数
isInteger(String) - 类 中的静态方法top.zhogjianhao.NumberUtils
是否为整数
isIntersection(LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime) - 类 中的静态方法top.zhogjianhao.DateUtils
两个时间段是否交集
isIntersection(LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime) - 类 中的静态方法top.zhogjianhao.DateUtils
两个时间段是否交集
isMatch(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
是否能匹配
isMatch(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
是否能匹配
isMatch(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
是否能匹配
isMatch(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
是否能匹配
isNotAllEmpty(Object) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否任意元素不为 null
isNotAllEmpty(Object) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否任意元素不为 null
isNotEmpty(Collection<?>) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否不为 null 且有元素
isNotEmpty(Collection<?>) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否不为 null 且有元素

L

leThanEqToZero(Object) - 类 中的静态方法top.zhogjianhao.NumberUtils
小于等于 0(Integer、Long、Double、Float、Short)
leThanEqToZero(Object) - 类 中的静态方法top.zhogjianhao.NumberUtils
小于等于 0(Integer、Long、Double、Float、Short)
leThanZero(Object) - 类 中的静态方法top.zhogjianhao.NumberUtils
小于 0(Integer、Long、Double、Float、Short)
leThanZero(Object) - 类 中的静态方法top.zhogjianhao.NumberUtils
小于 0(Integer、Long、Double、Float、Short)

M

match(String, String, int, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取指定匹配项的指定捕获组的匹配值
match(String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取指定匹配项的指定捕获组的匹配值
match(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取指定匹配项的全部匹配值
match(String, String, int, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取指定匹配项的指定捕获组的匹配值
match(String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取指定匹配项的指定捕获组的匹配值
match(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取指定匹配项的全部匹配值
matches(String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取匹配集合
matches(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取匹配集合
matches(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取匹配集合
matches(String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取匹配集合
matches(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取匹配集合
matches(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取匹配集合
matchFirst(String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取第一个匹配项的指定捕获组的匹配值
matchFirst(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取第一个匹配项的指定捕获组的匹配值
matchFirst(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取第一个匹配项的所有捕获组的匹配值
matchFirst(String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取第一个匹配项的指定捕获组的匹配值
matchFirst(String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取第一个匹配项的指定捕获组的匹配值
matchFirst(String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
获取第一个匹配项的所有捕获组的匹配值
MIN_YEAR - 类 中的静态变量top.zhogjianhao.DateUtils
最小年份:java.time.temporal.ChronoField#EPOCH_DAY
MIN_YEAR - 类 中的静态变量top.zhogjianhao.DateUtils
最小年份:java.time.temporal.ChronoField#EPOCH_DAY

N

now() - 类 中的静态方法top.zhogjianhao.DateUtils
获取当前时间字符串
now(String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取指定格式的当前时间字符串
now(ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
获取指定时区的当前时间字符串
now(ZoneId, String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取指定时区和格式的当前时间字符串
now() - 类 中的静态方法top.zhogjianhao.DateUtils
获取当前时间字符串
now(String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取指定格式的当前时间字符串
now(ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
获取指定时区的当前时间字符串
now(ZoneId, String) - 类 中的静态方法top.zhogjianhao.DateUtils
获取指定时区和格式的当前时间字符串
NumberUtils - top.zhogjianhao中的类
数字工具类
NumberUtils - top.zhogjianhao中的类
数字工具类
NumberUtils() - 类 的构造器top.zhogjianhao.NumberUtils
 
NumberUtils() - 类 的构造器top.zhogjianhao.NumberUtils
 

P

parse(long, ZoneId, Class<T>) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的时间对象
parse(long, Class<T>) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为时间对象
parse(String, ZoneId, Class<T>, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的时间对象
parse(String, ZoneId, Class<T>) - 类 中的静态方法top.zhogjianhao.DateUtils
解析指定时区的时间对象
parse(String, Class<T>, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为时间对象
parse(String, Class<T>) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为时间对象
parse(long, ZoneId, Class<T>) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的时间对象
parse(long, Class<T>) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为时间对象
parse(String, ZoneId, Class<T>, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的时间对象
parse(String, ZoneId, Class<T>) - 类 中的静态方法top.zhogjianhao.DateUtils
解析指定时区的时间对象
parse(String, Class<T>, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为时间对象
parse(String, Class<T>) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为时间对象
parseDate(long, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 Date 对象
parseDate(long) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 Date 对象
parseDate(String, ZoneId, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的 Date 对象
parseDate(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 Date 对象
parseDate(String, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为 Date 对象(org.apache.commons.lang3.time.DateUtils.parseDate)
parseDate(String) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 Date 对象
parseDate(long, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 Date 对象
parseDate(long) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 Date 对象
parseDate(String, ZoneId, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的 Date 对象
parseDate(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 Date 对象
parseDate(String, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为 Date 对象(org.apache.commons.lang3.time.DateUtils.parseDate)
parseDate(String) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 Date 对象
parseLocalDate(long, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalDate 对象
parseLocalDate(long) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalDate 对象
parseLocalDate(String, ZoneId, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的 LocalDate 对象 需要注意的是 LocalDate 不存在时区概念,此处是将 time 补足为 LocalTime.MIN 后再转换为 LocalDate
parseLocalDate(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalDate 对象,根据被解析字符串的长度判断格式 需要注意的是 LocalDate 不存在时区概念,此处是将 time 补足为 LocalTime.MIN 后再转换为 LocalDate 10:DateUtils#PATTERN_UUUU_MM_DD
7:DateUtils#PATTERN_UUUU_MM
8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalDate(String, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式就解析为 LocalDate 对象
parseLocalDate(String) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalDate 对象,根据被解析字符串的长度判断格式 10:DateUtils#PATTERN_UUUU_MM_DD
7:DateUtils#PATTERN_UUUU_MM
8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalDate(long, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalDate 对象
parseLocalDate(long) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalDate 对象
parseLocalDate(String, ZoneId, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的 LocalDate 对象 需要注意的是 LocalDate 不存在时区概念,此处是将 time 补足为 LocalTime.MIN 后再转换为 LocalDate
parseLocalDate(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalDate 对象,根据被解析字符串的长度判断格式 需要注意的是 LocalDate 不存在时区概念,此处是将 time 补足为 LocalTime.MIN 后再转换为 LocalDate 10:DateUtils#PATTERN_UUUU_MM_DD
7:DateUtils#PATTERN_UUUU_MM
8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalDate(String, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式就解析为 LocalDate 对象
parseLocalDate(String) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalDate 对象,根据被解析字符串的长度判断格式 10:DateUtils#PATTERN_UUUU_MM_DD
7:DateUtils#PATTERN_UUUU_MM
8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalDateTime(long, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalDateTime 对象
parseLocalDateTime(long) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalDateTime 对象
parseLocalDateTime(String, ZoneId, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的 LocalDateTime 对象
parseLocalDateTime(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalDateTime 对象,根据被解析字符串的长度判断格式 19:DateUtils#PATTERN_UUUU_MM_DD_HH_MM_SS
16:DateUtils#PATTERN_UUUU_MM_DD_HH_MM
10:DateUtils#PATTERN_UUUU_MM_DD
7:DateUtils#PATTERN_UUUU_MM
8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalDateTime(String, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为 LocalDateTime 对象
parseLocalDateTime(String) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalDateTime 对象,根据被解析字符串的长度判断格式 19:DateUtils#PATTERN_UUUU_MM_DD_HH_MM_SS
16:DateUtils#PATTERN_UUUU_MM_DD_HH_MM
10:DateUtils#PATTERN_UUUU_MM_DD
7:DateUtils#PATTERN_UUUU_MM
8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalDateTime(long, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalDateTime 对象
parseLocalDateTime(long) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalDateTime 对象
parseLocalDateTime(String, ZoneId, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的 LocalDateTime 对象
parseLocalDateTime(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalDateTime 对象,根据被解析字符串的长度判断格式 19:DateUtils#PATTERN_UUUU_MM_DD_HH_MM_SS
16:DateUtils#PATTERN_UUUU_MM_DD_HH_MM
10:DateUtils#PATTERN_UUUU_MM_DD
7:DateUtils#PATTERN_UUUU_MM
8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalDateTime(String, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为 LocalDateTime 对象
parseLocalDateTime(String) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalDateTime 对象,根据被解析字符串的长度判断格式 19:DateUtils#PATTERN_UUUU_MM_DD_HH_MM_SS
16:DateUtils#PATTERN_UUUU_MM_DD_HH_MM
10:DateUtils#PATTERN_UUUU_MM_DD
7:DateUtils#PATTERN_UUUU_MM
8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalTime(long, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalTime 对象
parseLocalTime(long) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalTime 对象
parseLocalTime(String, ZoneId, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的 LocalTime 对象 需要注意的是 LocalTime 不存在时区概念,此处是将 date 补足为 LocalDate.now() 后再转换为 LocalTime
parseLocalTime(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalTime 对象,根据被解析字符串的长度判断格式 需要注意的是 LocalTime 不存在时区概念,此处是将 date 补足为 LocalDate.now() 后再转换为 LocalTime 8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalTime(String, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式就解析为 LocalTime 对象
parseLocalTime(String) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalTime,根据被解析字符串的长度判断格式 8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalTime(long, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalTime 对象
parseLocalTime(long) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalTime 对象
parseLocalTime(String, ZoneId, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式时解析为指定时区的 LocalTime 对象 需要注意的是 LocalTime 不存在时区概念,此处是将 date 补足为 LocalDate.now() 后再转换为 LocalTime
parseLocalTime(String, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为指定时区的 LocalTime 对象,根据被解析字符串的长度判断格式 需要注意的是 LocalTime 不存在时区概念,此处是将 date 补足为 LocalDate.now() 后再转换为 LocalTime 8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLocalTime(String, String...) - 类 中的静态方法top.zhogjianhao.DateUtils
满足任意格式就解析为 LocalTime 对象
parseLocalTime(String) - 类 中的静态方法top.zhogjianhao.DateUtils
解析为 LocalTime,根据被解析字符串的长度判断格式 8:DateUtils#PATTERN_HH_MM_SS
5:DateUtils#PATTERN_HH_MM
parseLong(String) - 类 中的静态方法top.zhogjianhao.NumberUtils
 
parseLong(String) - 类 中的静态方法top.zhogjianhao.NumberUtils
 
PATTERN_HH_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_HH_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_HH_MM_SS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_HH_MM_SS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_MM_DD - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_MM_DD - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_MM_DD_HH_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_MM_DD_HH_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_MM_DD_HH_MM_SS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_MM_DD_HH_MM_SS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_MMDDHHMMSS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_MMDDHHMMSS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUU_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUU_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUU_MM_DD - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUU_MM_DD - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUU_MM_DD_HH_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUU_MM_DD_HH_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUU_MM_DD_HH_MM_SS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUU_MM_DD_HH_MM_SS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUUMMDDHHMMSS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_UUUUMMDDHHMMSS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYY_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYY_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYY_MM_DD - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYY_MM_DD - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYY_MM_DD_HH_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYY_MM_DD_HH_MM - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYY_MM_DD_HH_MM_SS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYY_MM_DD_HH_MM_SS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYYMMDDHHMMSS - 类 中的静态变量top.zhogjianhao.DateUtils
 
PATTERN_YYYYMMDDHHMMSS - 类 中的静态变量top.zhogjianhao.DateUtils
 
plusOrMinus(T, long, ChronoUnit) - 类 中的静态方法top.zhogjianhao.DateUtils
获取减去或加上指定类型数量的时间
plusOrMinus(T, long, ChronoUnit) - 类 中的静态方法top.zhogjianhao.DateUtils
获取减去或加上指定类型数量的时间

R

RandomStringUtils - top.zhogjianhao中的类
 
RandomStringUtils - top.zhogjianhao中的类
 
RandomStringUtils() - 类 的构造器top.zhogjianhao.RandomStringUtils
 
RandomStringUtils() - 类 的构造器top.zhogjianhao.RandomStringUtils
 
RandomUtils - top.zhogjianhao中的类
 
RandomUtils - top.zhogjianhao中的类
 
RandomUtils() - 类 的构造器top.zhogjianhao.RandomUtils
 
RandomUtils() - 类 的构造器top.zhogjianhao.RandomUtils
 
RegExUtils - top.zhogjianhao中的类
正则匹配工具类
RegExUtils - top.zhogjianhao中的类
正则匹配工具类
RegExUtils() - 类 的构造器top.zhogjianhao.RegExUtils
 
RegExUtils() - 类 的构造器top.zhogjianhao.RegExUtils
 
replace(String, String, String, int, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换所有匹配项的指定捕获组的匹配值
replace(String, String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换指定匹配项的所有捕获组的匹配值
replace(String, String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换指定匹配项的所有捕获组的匹配值
replace(String, String, String, int, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换所有匹配项的指定捕获组的匹配值
replace(String, String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换指定匹配项的所有捕获组的匹配值
replace(String, String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换指定匹配项的所有捕获组的匹配值
replaceAll(String, String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换所有匹配项的指定捕获组的匹配值
replaceAll(String, String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换所有匹配项的指定捕获组的匹配值
replaceAll(String, String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换所有匹配项的指定捕获组的匹配值
replaceAll(String, String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换所有匹配项的指定捕获组的匹配值
replaceAllSpecialChar(String) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换特殊字符
replaceAllSpecialChar(String) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换特殊字符
replaceFirst(String, String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换第一个匹配项的指定捕获组的匹配值
replaceFirst(String, String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换第一个匹配项的指定捕获组的匹配值
replaceFirst(String, String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换第一个匹配项的所有捕获组的匹配值
replaceFirst(String, String, String, int, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换第一个匹配项的指定捕获组的匹配值
replaceFirst(String, String, String, int) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换第一个匹配项的指定捕获组的匹配值
replaceFirst(String, String, String) - 类 中的静态方法top.zhogjianhao.RegExUtils
替换第一个匹配项的所有捕获组的匹配值

S

setProperty(Object, String, Object) - 类 中的静态方法top.zhogjianhao.BeanUtils
根据属性名设置属性值
setProperty(Object, String, Object) - 类 中的静态方法top.zhogjianhao.BeanUtils
根据属性名设置属性值
sizeIsEmpty(Object) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否为 null 或没有元素
sizeIsEmpty(Object) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否为 null 或没有元素
sizeIsNotEmpty(Object) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否不为 null 且有元素
sizeIsNotEmpty(Object) - 类 中的静态方法top.zhogjianhao.CollectionUtils
是否不为 null 且有元素
StringUtils - top.zhogjianhao中的类
字符串工具类
StringUtils - top.zhogjianhao中的类
字符串工具类
StringUtils() - 类 的构造器top.zhogjianhao.StringUtils
 
StringUtils() - 类 的构造器top.zhogjianhao.StringUtils
 
SYSTEM_ZONE_ID - 类 中的静态变量top.zhogjianhao.DateUtils
系统时区
SYSTEM_ZONE_ID - 类 中的静态变量top.zhogjianhao.DateUtils
系统时区
SYSTEM_ZONE_OFFSET - 类 中的静态变量top.zhogjianhao.DateUtils
系统时区偏移
SYSTEM_ZONE_OFFSET - 类 中的静态变量top.zhogjianhao.DateUtils
系统时区偏移

T

toDate(Temporal, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
转换为指定时区的 Date 对象
toDate(Temporal) - 类 中的静态方法top.zhogjianhao.DateUtils
转换为 Date 对象
toDate(Temporal, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
转换为指定时区的 Date 对象
toDate(Temporal) - 类 中的静态方法top.zhogjianhao.DateUtils
转换为 Date 对象
toMap(Object) - 类 中的静态方法top.zhogjianhao.BeanUtils
Bean 转 Map
toMap(Object) - 类 中的静态方法top.zhogjianhao.BeanUtils
Bean 转 Map
top.zhogjianhao - 程序包 top.zhogjianhao
 
toUnderscore(String) - 类 中的静态方法top.zhogjianhao.StringUtils
转换为下划线命名
toUnderscore(String) - 类 中的静态方法top.zhogjianhao.StringUtils
转换为下划线命名

W

withZoneInstant(T, ZoneId, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
从旧时区转换到新时区 ZonedDateTime 对象请直接用 .withZoneSameInstant(newZoneId)
withZoneInstant(T, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
从系统时区转换到新时区
withZoneInstant(Date, ZoneId, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
从旧时区转换到新时区
withZoneInstant(Date, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
从系统时区转换到新时区
withZoneInstant(T, ZoneId, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
从旧时区转换到新时区 ZonedDateTime 对象请直接用 .withZoneSameInstant(newZoneId)
withZoneInstant(T, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
从系统时区转换到新时区
withZoneInstant(Date, ZoneId, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
从旧时区转换到新时区
withZoneInstant(Date, ZoneId) - 类 中的静态方法top.zhogjianhao.DateUtils
从系统时区转换到新时区
B C D F G I L M N P R S T W 
跳过导航链接

Copyright © 2021. All rights reserved.