public class IniList extends java.util.ArrayList<IniTable>
Constructor and Description |
---|
IniList() |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.String> |
flattenIntoHashMap()
Flattens all of the INI tables into a single HashMap whose keys are
of the format "[table name] table key".
|
java.util.List<java.lang.String> |
getHeaders()
Gets the table names (headers) in the list.
|
IniTable |
getTable(java.lang.String tableName)
Gets the table with the given name (header).
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
public java.util.List<java.lang.String> getHeaders()
public IniTable getTable(java.lang.String tableName)
public java.util.HashMap<java.lang.String,java.lang.String> flattenIntoHashMap()
Copyright © 2014 Open Microscopy Environment