Package org.polkadot.rpc.rx
Class Types.RpcRxInterfaceSection
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,Types.RpcRxInterfaceMethod>
-
- org.polkadot.rpc.rx.Types.RpcRxInterfaceSection
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Types.RpcRxInterfaceMethod>
- Enclosing interface:
- Types
public static class Types.RpcRxInterfaceSection extends java.util.LinkedHashMap<java.lang.String,Types.RpcRxInterfaceMethod>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcRxInterfaceSection()
-
Method Summary
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-