Package loci.common
Class IniTable
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
A data structure containing a parsed list of INI key/value tables.
- Author:
- Curtis Rueden ctrueden at wisc.edu
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
HEADER_KEY
Key to use for storing header value (in brackets).- See Also:
-
DEFAULT_HEADER
Default header name when no header is available.- See Also:
-
-
Constructor Details
-
IniTable
public IniTable()
-