AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MetaDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetaData(String name,
Map<String,Object> data)
Add a set of meta-data to a named meta-data object.
|
void |
addProperties(String name,
Properties props)
Add a set of properties to a MetaDataSet.
|
static Object |
getValue(Map<String,Map<String,Object>> metaDataSet,
String name) |
static Object |
getValue(Map<String,Map<String,Object>> metaDataSet,
String map,
String name) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void addProperties(String name, Properties props)
name - The name of the map to which the properties should be addedprops - The properties.public void addMetaData(String name, Map<String,Object> data)
name - The name of the map to which the new meta-data should be
addeddata - The meta-data to addCopyright © 2016 LSST. All rights reserved.