public static class TableImpl.RowsImpl extends java.lang.Object implements TableImpl.Rows
| Constructor and Description |
|---|
RowsImpl(TableImpl.Rows delegate,
org.jruby.Ruby rubyRuntime) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Row> |
getBody() |
java.util.List<Row> |
getFoot() |
java.util.List<Row> |
getHead() |
public RowsImpl(TableImpl.Rows delegate, org.jruby.Ruby rubyRuntime)
public java.util.List<Row> getHead()
getHead in interface TableImpl.Rowspublic java.util.List<Row> getFoot()
getFoot in interface TableImpl.Rowspublic java.util.List<Row> getBody()
getBody in interface TableImpl.Rows