Uses of Class
icu.congee.id.generator.broid.BroId
Packages that use BroId
-
Uses of BroId in icu.congee.id.generator.broid
Classes in icu.congee.id.generator.broid with type parameters of type BroIdClasses in icu.congee.id.generator.broid that implement interfaces with type arguments of type BroIdMethods in icu.congee.id.generator.broid that return types with arguments of type BroIdModifier and TypeMethodDescriptionstatic BroIdGenerator<BroId> BroIdExample.createSnowflakeGenerator()创建一个标准的BroId生成器 结构:48位时间戳 + 16位计数器 + 48位机器标识 + 16位随机数static BroIdGenerator<BroId> BroIdExample.createUUIDv8Generator()创建一个标准的BroId生成器 结构:48位时间戳 + 16位计数器 + 48位机器标识 + 16位随机数static Comparator<BroId> BroId.getComparator()返回一个比较器,用于比较两个BroId实例Methods in icu.congee.id.generator.broid with parameters of type BroId -
Uses of BroId in icu.congee.id.generator.broid.impl
Subclasses of BroId in icu.congee.id.generator.broid.impl