public class Ason<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getBoolean(String key) |
Double |
getDouble(String key) |
Float |
getFloat(String key) |
Integer |
getInt(String key) |
Long |
getLong(String key) |
Short |
getShort(String key) |
String |
getString(String key) |
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodecompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic String toString()
toString 在类中 AbstractMap<K,V>Copyright © 2018. All rights reserved.