Package org.polkadot.types.codec
Class Set.SetValues
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,java.lang.Integer>
-
- org.polkadot.types.codec.Set.SetValues
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Integer>
- Enclosing class:
- Set
public static class Set.SetValues extends java.util.LinkedHashMap<java.lang.String,java.lang.Integer>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetValues(java.util.Map<java.lang.String,java.lang.Integer> map)
-
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
-
-