Class StateIDGrowingMapping<S,​V>

    • Constructor Detail

      • StateIDGrowingMapping

        public StateIDGrowingMapping​(StateIDs<S> stateIds,
                                     int size)
    • Method Detail

      • get

        public V get​(S elem)
        Description copied from interface: Mapping
        Get the range object elem maps to.
        Specified by:
        get in interface Mapping<S,​V>
        Parameters:
        elem - object from the domain.
        Returns:
        the object from the range corresponding to elem.