public class IniTable extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_HEADER
Default header name when no header is available.
|
static String |
HEADER_KEY
Key to use for storing header value (in brackets).
|
Constructor and Description |
---|
IniTable() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final String HEADER_KEY
public static final String DEFAULT_HEADER
Copyright © 2005–2024 Open Microscopy Environment. All rights reserved.