Package org.knowm.xchange.idex.dto
Class Volume24Total
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,BigDecimal>
public class Volume24Total extends HashMap<String,BigDecimal>
- 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 Volume24Total()
-
Method Summary
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
-
Constructor Details
-
Volume24Total
public Volume24Total()
-
-
Method Details
-
equals
- Specified by:
equals
in interfaceMap<String,BigDecimal>
- Overrides:
equals
in classAbstractMap<String,BigDecimal>
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceMap<String,BigDecimal>
- Overrides:
hashCode
in classAbstractMap<String,BigDecimal>
-
toString
- Overrides:
toString
in classAbstractMap<String,BigDecimal>
-