public class IniList extends ArrayList<IniTable>
modCount
Constructor and Description |
---|
IniList() |
Modifier and Type | Method and Description |
---|---|
HashMap<String,String> |
flattenIntoHashMap()
Flattens all of the INI tables into a single HashMap whose keys are
of the format "[table name] table key".
|
List<String> |
getHeaders()
Gets the table names (headers) in the list.
|
IniTable |
getTable(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
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
Copyright © 2016 Open Microscopy Environment