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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public List<String> getHeaders()
IniTable
public IniTable getTable(String tableName)
tableName
- the name of the table to look upIniTable
representing the named table,
or null if no table with that name existsCopyright © 2005–2024 Open Microscopy Environment. All rights reserved.