public class NotebookTable extends ArrayList<LinkedHashMap<String,Object>>
modCount
Constructor and Description |
---|
NotebookTable() |
Modifier and Type | Method and Description |
---|---|
void |
addRow(Object... data)
Adds a row to the table.
|
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 void addRow(Object... data)
data
- List of cell names and values. The expected order is in pairs:
a column name followed by its value, for each desired cell to
populate.Copyright © 2014–2022 ImageJ. All rights reserved.