public class ResultsTableColumnWrapper extends GenericColumn
ResultsTable
column as a GenericColumn
.modCount
Constructor and Description |
---|
ResultsTableColumnWrapper(ij.measure.ResultsTable table,
int col) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Object element) |
boolean |
add(Object e)
Adds the given object to the end of the column.
|
boolean |
addAll(Collection<? extends Object> c) |
boolean |
addAll(int index,
Collection<? extends Object> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Object |
get(int index) |
String |
getHeader() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<Object> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Object> |
listIterator() |
ListIterator<Object> |
listIterator(int index) |
Double |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
Object |
set(int index,
Object element)
Sets the value at the given index.
|
void |
setHeader(String header) |
void |
setSize(int size) |
int |
size() |
List<Object> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
getType
addValue, addValue, defaultValue, getArray, getValue, removeValue, setArray, setValue
capacity, checkBounds, copyArray, delete, ensureCapacity, getMaximumGrowth, insert, setMaximumGrowth
equals, hashCode, removeRange
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public ResultsTableColumnWrapper(ij.measure.ResultsTable table, int col)
public String getHeader()
public void setHeader(String header)
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Object e)
Number
it will be represented as a double.add
in interface Collection<Object>
add
in interface List<Object>
add
in class AbstractList<Object>
public boolean remove(Object o)
remove
in interface Collection<Object>
remove
in interface List<Object>
remove
in class ObjectArray<Object>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Object>
containsAll
in interface List<Object>
containsAll
in interface Column<Object>
containsAll
in class ObjectArray<Object>
public boolean addAll(Collection<? extends Object> c)
addAll
in interface Collection<Object>
addAll
in interface List<Object>
addAll
in class AbstractCollection<Object>
public boolean addAll(int index, Collection<? extends Object> c)
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<Object>
removeAll
in interface List<Object>
removeAll
in class ObjectArray<Object>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<Object>
retainAll
in interface List<Object>
retainAll
in class AbstractCollection<Object>
public void clear()
clear
in interface Collection<Object>
clear
in interface List<Object>
clear
in class AbstractPrimitiveArray<Object[],Object>
public Object get(int index)
public Object set(int index, Object element)
element
is a Number
it will be stored as double
.public void add(int index, Object element)
public Double remove(int index)
public int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf
in interface List<Object>
lastIndexOf
in interface Column<Object>
lastIndexOf
in class ObjectArray<Object>
public ListIterator<Object> listIterator()
listIterator
in interface List<Object>
listIterator
in interface Column<Object>
listIterator
in class AbstractList<Object>
public ListIterator<Object> listIterator(int index)
listIterator
in interface List<Object>
listIterator
in interface Column<Object>
listIterator
in class AbstractList<Object>
public int size()
Copyright © 2014–2022 ImageJ. All rights reserved.