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, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public 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.