public class MapFrame<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
MapFrame() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> MapFrame<K,T> |
avg(String avgColumn) |
<T> MapFrame<K,T> |
concat(String concatColumn) |
<T> MapFrame<K,T> |
count() |
MapFrame<K,MapFrame<Object,ListFrame>> |
groupBy(String column) |
<T> MapFrame<K,T> |
max(String maxColumn) |
<T> MapFrame<K,T> |
min(String minColumn) |
<T> MapFrame<K,T> |
sum(String sumColumn) |
Map<K,Double> |
toHashMap() |
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, sizeCopyright © 2023. All rights reserved.