public class DefaultShortTable extends AbstractTable<ShortColumn,Short> implements ShortTable
ShortTable
.modCount
Constructor and Description |
---|
DefaultShortTable()
Creates an empty short table.
|
DefaultShortTable(int columnCount,
int rowCount)
Creates a short table with the given row and column dimensions.
|
Modifier and Type | Method and Description |
---|---|
protected ShortColumn |
createColumn(String header) |
add, add, addAll, addAll, getRowCount, getRowHeader, insertColumns, removeRows, set, setColumnCount, setRowCount, setRowHeader
ensureCapacity, setSize
clear, clone, contains, 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
getValue, setValue
add, add, addAll, addAll, appendColumn, appendColumn, appendColumns, appendColumns, appendRow, appendRow, appendRows, appendRows, clear, contains, containsAll, get, get, get, get, getColumnCount, getColumnHeader, getColumnIndex, getRowCount, getRowHeader, getRowIndex, indexOf, insertColumn, insertColumn, insertColumns, insertColumns, insertRow, insertRow, insertRows, insertRows, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeColumn, removeColumn, removeColumns, removeColumns, removeRow, removeRow, removeRows, removeRows, retainAll, set, set, set, setColumnCount, setColumnHeader, setDimensions, setRowCount, setRowHeader, size, subList, toArray, toArray
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public DefaultShortTable()
public DefaultShortTable(int columnCount, int rowCount)
protected ShortColumn createColumn(String header)
createColumn
in class AbstractTable<ShortColumn,Short>
Copyright © 2015–2022 SciJava. All rights reserved.