Package net.automatalib.common.util.mapping


package net.automatalib.common.util.mapping
  • Class
    Description
    ArrayMapping<K extends NumericID,V>
     
    Class that wraps a Mapping around a Map.
    Mapping<D,R>
    An interface for mapping objects of a certain domain type to objects of a certain range type.
    Collection of various methods dealing with Mappings.
    Mutable version of a Mapping, which supports setting keys for given values.
    Class for transforming integer index values into string values (using Latin characters, therefore effectively realizing a radix-26 representation of numbers).