Class EnvironmentMap<K extends Serializable,E extends Serializable>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,E>
net.demilich.metastone.game.environment.EnvironmentMap<K,E>
Type Parameters:
K - The key type, typically immutable
E - The value type, typically immutable.
All Implemented Interfaces:
Serializable, Cloneable, Map<K,E>, EnvironmentValue

public class EnvironmentMap<K extends Serializable,E extends Serializable> extends LinkedHashMap<K,E> implements EnvironmentValue, Serializable
A key value store held in the environment.
See Also: