Class MercadoBitcoinUserOrdersEntry.Operations
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,OperationEntry>
org.knowm.xchange.mercadobitcoin.dto.trade.MercadoBitcoinUserOrdersEntry.Operations
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
OperationEntry>
- Enclosing class:
MercadoBitcoinUserOrdersEntry
public static final class MercadoBitcoinUserOrdersEntry.Operations
extends HashMap<String,OperationEntry>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionOperations
(int initialCapacity) Operations
(int initialCapacity, float loadFactor) Operations
(Map<? extends String, ? extends OperationEntry> m) -
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
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
Operations
public Operations(int initialCapacity, float loadFactor) -
Operations
public Operations(int initialCapacity) -
Operations
public Operations() -
Operations
-