public class StateIDGrowingMapping<S,V> extends Object implements MutableMapping<S,V>
Constructor and Description |
---|
StateIDGrowingMapping(Automaton<S,?,?> automaton,
StateIDs<S> stateIds) |
Modifier and Type | Method and Description |
---|---|
V |
get(S elem)
Get the range object
elem maps to. |
V |
put(S key,
V value) |
Copyright © 2015. All Rights Reserved.