public class JsonCredential extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JsonCredential()
Create a
JsonCredential. |
JsonCredential(int initialCapacity)
Create a
JsonCredential with the specified initial capacity. |
JsonCredential(int initialCapacity,
float loadFactor)
Create a
JsonCredential with the specified initial capacity and load
factor. |
JsonCredential(Map<? extends String,?> m)
Create a
JsonCredential from the provided Map. |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic JsonCredential()
JsonCredential.HashMap()public JsonCredential(int initialCapacity)
JsonCredential with the specified initial capacity.initialCapacity - the initial capacityHashMap(int)public JsonCredential(int initialCapacity,
float loadFactor)
JsonCredential with the specified initial capacity and load
factor.initialCapacity - the initial capacityloadFactor - the load factorHashMap(int, float)public JsonCredential(Map<? extends String,?> m)
JsonCredential from the provided Map.m - the map whose mappings are to be placed in this mapHashMap(Map)