Package org.polkadot.api.derive.accounts
Class AccountFunctions.AccountIndexes
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,AccountIndex>
-
- org.polkadot.api.derive.accounts.AccountFunctions.AccountIndexes
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,AccountIndex>
- Enclosing class:
- AccountFunctions
public static class AccountFunctions.AccountIndexes extends java.util.LinkedHashMap<java.lang.String,AccountIndex>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountIndexes()
-
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
-
-