Package de.caluga.morphium
Class Statistics
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Double>
-
- de.caluga.morphium.Statistics
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Double>
public class Statistics extends HashMap<String,Double>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description Statistics(Morphium morphium)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Doubleget(Enum key)inthashCode()Doubleput(String arg0, Double arg1)voidputAll(Map arg0)Doubleremove(Object arg0)StringtoString()-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
Statistics
public Statistics(Morphium morphium)
-
-
Method Detail
-
putAll
public void putAll(Map arg0)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,Double>
-
-