Package org.knowm.xchange.idex.dto
Class ReturnCurrenciesResponse
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,IdexCurrMeta>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
ReturnCurrenciesResponse
public ReturnCurrenciesResponse()
-
-
Method Details
-
equals
- Specified by:
equalsin interfaceMap<String,IdexCurrMeta> - Overrides:
equalsin classAbstractMap<String,IdexCurrMeta>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMap<String,IdexCurrMeta> - Overrides:
hashCodein classAbstractMap<String,IdexCurrMeta>
-
toString
- Overrides:
toStringin classAbstractMap<String,IdexCurrMeta>
-