Uses of Enum Class
cool.scx.common.util.RandomUtils.PoolType
Packages that use RandomUtils.PoolType
-
Uses of RandomUtils.PoolType in cool.scx.common.util
Subclasses with type arguments of type RandomUtils.PoolType in cool.scx.common.utilMethods in cool.scx.common.util that return RandomUtils.PoolTypeModifier and TypeMethodDescriptionstatic RandomUtils.PoolTypeReturns the enum constant of this class with the specified name.static RandomUtils.PoolType[]RandomUtils.PoolType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.common.util with parameters of type RandomUtils.PoolTypeModifier and TypeMethodDescriptionstatic StringRandomUtils.randomString(int size, RandomUtils.PoolType poolType) 获取随机的 字符串 注意!!!