Interface MapAbstractState<KeyT,AbstractSpaceT extends AbstractState<AbstractSpaceT>>

All Superinterfaces:
AbstractState<MapAbstractState<KeyT,AbstractSpaceT>>, Map<KeyT,AbstractSpaceT>
All Known Implementing Classes:
HashMapAbstractState

public interface MapAbstractState<KeyT,AbstractSpaceT extends AbstractState<AbstractSpaceT>> extends Map<KeyT,AbstractSpaceT>, AbstractState<MapAbstractState<KeyT,AbstractSpaceT>>