public class Row extends ArrayList<Cell<?>>
modCount| Constructor and Description |
|---|
Row(Cell<?>... cells) |
Row(Collection<Cell<?>> cells) |
Row(int cells) |
| Modifier and Type | Method and Description |
|---|---|
Table.Alignment |
getDefaultAlignment() |
boolean |
isStrong() |
void |
setDefaultAlignment(Table.Alignment defaultAlignment) |
void |
setStrong(boolean strong) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Row(Cell<?>... cells)
public Row(int cells)
public Row(Collection<Cell<?>> cells)
public boolean isStrong()
public void setStrong(boolean strong)
public Table.Alignment getDefaultAlignment()
public void setDefaultAlignment(Table.Alignment defaultAlignment)
Copyright © 2025. All rights reserved.