| Interface | Description |
|---|---|
| Mapping<D,R> |
An interface for mapping objects of a certain domain type to objects of a certain range type.
|
| MutableMapping<D,R> |
Mutable version of a
Mapping, which supports setting keys for given values. |
| Class | Description |
|---|---|
| ArrayMapping<K extends NumericID,V> | |
| MapMapping<D,R> | |
| Mappings |
Collection of various methods dealing with
Mappings. |
| StringIndexMapping |
Class for transforming integer index values into string values (using latin characters, therefore effectively
realizing a radix-26 representation of numbers).
|
Copyright © 2020. All rights reserved.