Package | Description |
---|---|
eu.bandm.tools.ops | |
eu.bandm.tools.tpath.type |
Type checking for tpath expressions.
|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayIndex<T> |
class |
EnumIndex<T extends Enum<T>> |
class |
HashIndex<T> |
class |
SetIndex<T> |
Modifier and Type | Method and Description |
---|---|
Index<A> |
IndexMultimap.getDomainIndex() |
Index<B> |
IndexMultimap.getRangeIndex() |
Modifier and Type | Method and Description |
---|---|
static <A> Comparator<A> |
Comparators.index(Index<? super A> index) |
Constructor and Description |
---|
IndexCounter(Index<? super T> index) |
IndexCounter(Index<? super T> index,
int min,
int initial) |
IndexMap(Index<K> keyIndex) |
IndexMultimap(Index<A> domIndex,
Index<B> ranIndex) |
IndexMultimap(Index<A> domIndex,
Index<B> ranIndex) |
IndexSet(Index<T> index) |
IndexSet(Index<T> index,
BitSet bits) |
Constructor and Description |
---|
PathRelation(Index<Node.NodeType> index) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicEnum<T> |
static class |
DynamicEnum.Coproduct<T> |
static class |
DynamicEnum.Product<T> |
see also the complete user documentation .