Uses of Interface
eu.bandm.tools.ops.Index
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
Type checking for tpath expressions.
Utility classes for Java and JVM runtime objects and bytecode.
-
Uses of Index in eu.bandm.tools.ops
Modifier and TypeClassDescriptionclass
ArrayIndex<T>
Sorted list of instances of T for indexed representation, realized internally by an array.class
Wraps an enumeration class to get all the access methods to the enums values, as defined byIndex
class
HashIndex<T>
An index where the look-up by number is accelerated by hashing.class
SetIndex<T>
DOCME -
Uses of Index in eu.bandm.tools.tpath.type
-
Uses of Index in eu.bandm.tools.util.classes
Modifier and TypeClassDescriptionclass
DynamicEnum<T>
static class
An enumeration type which comprises all items from a set of underlying enumeration types.static class
The product of multiple DynamicEnum realized as one DynamicEnum of tuples.