public final class DataRowCollection extends AbstractList<DataRow>
modCount| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
DataRow element)
Adds a DataRow instance at the given index.
|
DataRow |
add(Object... items)
Adds a new row of values to the collection.
|
void |
clear()
Removes all the rows from the collection.
|
DataRow |
get(int index)
Gets the row at the given index.
|
DataRow |
remove(int index)
Removes the row at the given index.
|
int |
size()
Gets the number of rows in the collection.
|
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic DataRow add(Object... items)
items - public DataRow get(int index)
public void add(int index,
DataRow element)
public DataRow remove(int index)
public void clear()
clear in interface Collection<DataRow>clear in interface List<DataRow>clear in class AbstractList<DataRow>public int size()
size in interface Collection<DataRow>size in interface List<DataRow>size in class AbstractCollection<DataRow>Copyright © 2021. All rights reserved.