Uses of Class
eu.bandm.tools.util.classes.DynamicEnum.Item
Packages that use DynamicEnum.Item
Package
Description
Utility classes for Java and JVM runtime objects and bytecode.
-
Uses of DynamicEnum.Item in eu.bandm.tools.util.classes
Methods in eu.bandm.tools.util.classes that return DynamicEnum.ItemModifier 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.Methods in eu.bandm.tools.util.classes that return types with arguments of type DynamicEnum.ItemMethods in eu.bandm.tools.util.classes with parameters of type DynamicEnum.ItemModifier 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.Method parameters in eu.bandm.tools.util.classes with type arguments of type DynamicEnum.ItemModifier 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.