public class ResultMap extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
ResultMap() |
ResultMap(int initialCapacity) |
ResultMap(int initialCapacity,
float loadFactor) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic ResultMap()
public ResultMap(int initialCapacity)
public ResultMap(int initialCapacity,
float loadFactor)
public byte[] getBytes(String name)
public byte[] getBytes(String name, byte[] defaultValue)
public BigDecimal getBigDecimal(String name)
public BigDecimal getBigDecimal(String name, BigDecimal defaultValue)
Copyright © 2019. All rights reserved.