public class Row<T> extends ArrayList<T>
modCount| Constructor and Description |
|---|
Row() |
Row(List<String> columnNames) |
Row(List<T> row,
List<String> columnNames) |
| Modifier and Type | Method and Description |
|---|---|
T |
getColumn(int column) |
T |
getColumn(String columnName) |
List<String> |
getColumnNames() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeCopyright © 2010-2014. All Rights Reserved.