Package | Description |
---|---|
loci.common |
Modifier and Type | Method and Description |
---|---|
IniTable |
IniList.get(int arg0) |
IniTable |
IniList.getTable(String tableName)
Gets the table with the given name (header).
|
IniTable |
IniList.remove(int arg0) |
IniTable |
IniList.set(int arg0,
IniTable arg1) |
Modifier and Type | Method and Description |
---|---|
Iterator<IniTable> |
IniList.iterator() |
ListIterator<IniTable> |
IniList.listIterator() |
ListIterator<IniTable> |
IniList.listIterator(int arg0) |
List<IniTable> |
IniList.subList(int arg0,
int arg1) |
Modifier and Type | Method and Description |
---|---|
boolean |
IniList.add(IniTable arg0) |
void |
IniList.add(int arg0,
IniTable arg1) |
IniTable |
IniList.set(int arg0,
IniTable arg1) |
Modifier and Type | Method and Description |
---|---|
boolean |
IniList.addAll(Collection<? extends IniTable> arg0) |
boolean |
IniList.addAll(int arg0,
Collection<? extends IniTable> arg1) |
Copyright © 2014 Open Microscopy Environment