public class ResponseContext extends LinkedHashMap<String,Serializable>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ResponseContext()
Constructor.
|
ResponseContext(LinkedHashMap<Dimension,LinkedHashSet<DimensionField>> dimensionToDimensionFieldMap)
Build a ResponseContext using dimensionToDimensionFieldMap.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LinkedHashMap<Dimension,LinkedHashSet<DimensionField>> |
getDimensionToDimensionFieldMap() |
int |
hashCode() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic ResponseContext()
public ResponseContext(LinkedHashMap<Dimension,LinkedHashSet<DimensionField>> dimensionToDimensionFieldMap)
dimensionToDimensionFieldMap - A Map from Dimension to DimensionFields relevant for a given request.public LinkedHashMap<Dimension,LinkedHashSet<DimensionField>> getDimensionToDimensionFieldMap()
public boolean equals(Object o)
equals in interface Map<String,Serializable>equals in class AbstractMap<String,Serializable>public int hashCode()
hashCode in interface Map<String,Serializable>hashCode in class AbstractMap<String,Serializable>Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.