Package org.snpeff.stats
Class CoverageByType
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- org.snpeff.collections.AutoHashMap<java.lang.String,PosStats>
-
- org.snpeff.stats.CoverageByType
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,PosStats>
public class CoverageByType extends AutoHashMap<java.lang.String,PosStats>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoverageByType()
-
Method Summary
-
Methods inherited from class org.snpeff.collections.AutoHashMap
getOrCreate
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-