public class ImporterMetadata extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| ImporterMetadata(IFormatReader r,
                ImportProcess process,
                boolean usePrefix) | 
| Modifier and Type | Method and Description | 
|---|---|
| private static int | digits(int value)Computes the given value's number of digits. | 
| String | getMetadataString(String separator)Returns a string with each key/value pair on its own line. | 
| String | toString() | 
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic ImporterMetadata(IFormatReader r, ImportProcess process, boolean usePrefix)
public String getMetadataString(String separator)
public String toString()
toString in class AbstractMap<String,Object>private static int digits(int value)
Copyright © 2017 Open Microscopy Environment