public class ChartRow extends LinkedHashMap<ModelDimension,ArrayList<Object>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ChartRow()
This class is intended to replace a generic class, LinkedHashMap
|
ChartRow(int initialCapacity) |
ChartRow(int initialCapacity,
float loadFactor) |
ChartRow(int initialCapacity,
float loadFactor,
boolean accessOrder) |
ChartRow(Map<? extends ModelDimension,? extends ArrayList<Object>> m) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Object> |
getValueListByDimensionId(String id) |
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, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic ChartRow()
public ChartRow(int initialCapacity,
float loadFactor,
boolean accessOrder)
initialCapacity - loadFactor - accessOrder - public ChartRow(int initialCapacity,
float loadFactor)
initialCapacity - loadFactor - public ChartRow(int initialCapacity)
initialCapacity - public ChartRow(Map<? extends ModelDimension,? extends ArrayList<Object>> m)
m - Copyright © 2017 OpenSource BIM. All rights reserved.