Package org.knowm.xchange.idex.dto
Class ReturnTickerRequestedWithNull
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,ReturnTickerResponse>
-
- org.knowm.xchange.idex.dto.ReturnTickerRequestedWithNull
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,ReturnTickerResponse>
public class ReturnTickerRequestedWithNull extends HashMap<String,ReturnTickerResponse>
- 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 ReturnTickerRequestedWithNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
toString()
-
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
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Specified by:
equals
in interfaceMap<String,ReturnTickerResponse>
- Overrides:
equals
in classAbstractMap<String,ReturnTickerResponse>
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceMap<String,ReturnTickerResponse>
- Overrides:
hashCode
in classAbstractMap<String,ReturnTickerResponse>
-
toString
public String toString()
- Overrides:
toString
in classAbstractMap<String,ReturnTickerResponse>
-
-