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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public 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 © 2024. All rights reserved.