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, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public static final String HEADER_KEY
public static final String DEFAULT_HEADER
Copyright © 2016 Open Microscopy Environment