Uses of Interface
eu.bandm.tools.ops.Index
Packages that use Index
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
Type checking for tpath expressions.
-
Uses of Index in eu.bandm.tools.ops
Classes in eu.bandm.tools.ops that implement IndexModifier and TypeClassDescriptionclass
ArrayIndex<T>
Sorted list of instances of T for indexed representation, realized internally by an array.class
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.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>
DOCMEMethods in eu.bandm.tools.ops that return IndexConstructors in eu.bandm.tools.ops with parameters of type Index -
Uses of Index in eu.bandm.tools.tpath.type
Constructors in eu.bandm.tools.tpath.type with parameters of type Index