Uses of Class
eu.bandm.tools.util.classes.DynamicEnum.Item
Package
Description
Utility classes for Java and JVM runtime objects and bytecode.
-
Uses of DynamicEnum.Item in eu.bandm.tools.util.classes
Modifier and TypeMethodDescriptionAdd one item.DynamicEnum.get
(int i) Returns the added item by its position number, or null if no such found.DynamicEnum.Coproduct.injection
(int index, DynamicEnum.Item<? extends T> item) Deliver the item of the coproduct enumeration which corresponds to the givne item of one of the underlying enumerations.DynamicEnum.Product.tuple
(DynamicEnum.Item<? extends T>... elems) Deliver the item of the product enumeration which corresponds to the list of items of the underlying enumerations.DynamicEnum.Product.tuple
(List<? extends DynamicEnum.Item<? extends T>> elems) Deliver the item of the product enumeration which corresponds to the list of items of the underlying enumerations.Modifier and TypeMethodDescriptionint
DynamicEnum.Item.compareTo
(DynamicEnum.Item i) boolean
DynamicEnum.contains
(DynamicEnum.Item<T> i) Returns whether the argument is contained in this enumeration.boolean
DynamicEnum.containsSemichecked
(DynamicEnum.Item<?> i) Returns whether the argument is contained in this enumeration.boolean
DynamicEnum.Item.equals
(DynamicEnum.Item<T> i) int
DynamicEnum.indexOf
(DynamicEnum.Item<T> i) Returns the number of the item in this enumeration, or -1 if not contained.DynamicEnum.Coproduct.injection
(int index, DynamicEnum.Item<? extends T> item) Deliver the item of the coproduct enumeration which corresponds to the givne item of one of the underlying enumerations.DynamicEnum.Product.tuple
(DynamicEnum.Item<? extends T>... elems) Deliver the item of the product enumeration which corresponds to the list of items of the underlying enumerations.Modifier and TypeMethodDescriptionDynamicEnum.Product.tuple
(List<? extends DynamicEnum.Item<? extends T>> elems) Deliver the item of the product enumeration which corresponds to the list of items of the underlying enumerations.