Class FixtureConstantDefinitionMap

java.lang.Object
java.util.AbstractMap<String,Constant>
java.util.HashMap<String,Constant>
java.util.LinkedHashMap<String,Constant>
de.floydkretschmar.fixturize.stategies.constants.FixtureConstantDefinitionMap
All Implemented Interfaces:
ConstantDefinitionMap, Serializable, Cloneable, Map<String,Constant>, SequencedMap<String,Constant>

public class FixtureConstantDefinitionMap extends LinkedHashMap<String,Constant> implements ConstantDefinitionMap
An extension of the LinkedHashMap that contains all methods for storing and retrieving of Constants where the order of elements has to be preserved.
See Also: