Uses of Class
eu.bandm.tools.ops.DynamicEnum.Item
Packages that use DynamicEnum.Item
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of DynamicEnum.Item in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops 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.ops that return types with arguments of type DynamicEnum.ItemMethods in eu.bandm.tools.ops 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.ops 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.