Enum Class的使用
org.tio.utils.hutool.BetweenFormater.Level
使用BetweenFormater.Level的程序包
程序包
说明
特别说明:本包及子包的代码由hutool作者提供
不直接引用hutool的原因主要是减少本项目依赖,减少用户维护pom的烦琐度
hutool项目地址: https://gitee.com/loolly/hutool
再次感谢hutool作者路小磊的大力支持!
-
org.tio.utils.hutool中BetweenFormater.Level的使用
修饰符和类型方法说明BetweenFormater.getLevel()获得 格式化级别static BetweenFormater.LevelReturns the enum constant of this class with the specified name.static BetweenFormater.Level[]BetweenFormater.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为BetweenFormater.Level的org.tio.utils.hutool中的构造器限定符构造器说明BetweenFormater(long betweenMs, BetweenFormater.Level level) 构造BetweenFormater(long betweenMs, BetweenFormater.Level level, int levelMaxCount) 构造