public class ResultsTableList
extends java.util.AbstractList<double[]>
| Constructor and Description |
|---|
ResultsTableList(ij.measure.ResultsTable table)
Instantiates a new results table list.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
get(int row)
Gets the.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
removeRange(int fromIndex,
int toIndex)
Removes the range.
|
double[] |
set(int row,
double[] values)
Sets the.
|
int |
size()
Size.
|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic ResultsTableList(ij.measure.ResultsTable table)
table - the tablepublic double[] get(int row)
get in interface java.util.List<double[]>get in class java.util.AbstractList<double[]>row - the rowpublic double[] set(int row,
double[] values)
set in interface java.util.List<double[]>set in class java.util.AbstractList<double[]>row - the rowvalues - the valuespublic int size()
size in interface java.util.Collection<double[]>size in interface java.util.List<double[]>size in class java.util.AbstractCollection<double[]>public void removeRange(int fromIndex,
int toIndex)
removeRange in class java.util.AbstractList<double[]>fromIndex - the from indextoIndex - the to indexpublic static void main(java.lang.String[] args)
args - the arguments