Class FeatureLogCollectionIndex

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<Integer,TestFeatureLogCollection>
de.qytera.qtaf.core.log.model.collection.FeatureLogCollectionIndex
All Implemented Interfaces:
Serializable, Cloneable, Map<Integer,TestFeatureLogCollection>

public class FeatureLogCollectionIndex extends HashMap<Integer,TestFeatureLogCollection>
Index that holds all FeatureLogCollection objects
See Also:
  • Method Details