Uses of Interface
org.miaixz.bus.core.lang.Enumers

Packages that use Enumers
Package
Description
语言特性包,包括大量便捷的数据结构,包括: ANSI:ANSI编码 Builder:构建器 Caller:查找调用者 Copier:拷贝(复制) Generator:生成器 Getter:getXXX抽象 Intern:规范化表示形式 Loader:加载器的抽象 Mutable:可变值对象封装 Range:区间和边界封装 Tuple:元组
  • Uses of Enumers in org.miaixz.bus.core.lang

    Classes in org.miaixz.bus.core.lang with type parameters of type Enumers
    Modifier and Type
    Interface
    Description
    interface 
    Enumers<E extends Enumers<E>>
    枚举元素通用接口,在自定义枚举上实现此接口可以用于数据转换 数据库保存时建议保存 intVal()而非ordinal()防备需求变更
    Subinterfaces of Enumers in org.miaixz.bus.core.lang
    Modifier and Type
    Interface
    Description
    interface 
    EnumMap<E extends EnumMap<E>>
    枚举元素通用接口,在自定义枚举上实现此接口可以用于数据转换 数据库保存时建议保存 intVal()而非ordinal()防备需求变更
    Methods in org.miaixz.bus.core.lang that return Enumers
    Modifier and Type
    Method
    Description
    default E[]
    Enumers.items()
    获取所有枚举对象