public class HashMapAbstractStateFactory<KeyT,StateT extends LatticeAbstractState<StateT>> extends java.lang.Object implements MapAbstractStateFactory<KeyT,StateT>
HashMapAbstractState
.Modifier and Type | Method and Description |
---|---|
MapAbstractState<KeyT,StateT> |
createMapAbstractState()
Returns an instance of MapAbstractState.
|
static <K,V extends LatticeAbstractState<V>> |
getInstance() |
public static <K,V extends LatticeAbstractState<V>> HashMapAbstractStateFactory<K,V> getInstance()
public MapAbstractState<KeyT,StateT> createMapAbstractState()
MapAbstractStateFactory
createMapAbstractState
in interface MapAbstractStateFactory<KeyT,StateT extends LatticeAbstractState<StateT>>