Uses of Interface
app.babylon.table.Table
Packages that use Table
-
Uses of Table in app.babylon.table
Subinterfaces of Table in app.babylon.tableModifier and TypeInterfaceDescriptioninterfaceA column-oriented table whose data is exposed as named columns and can be sliced, filtered, transformed, grouped, and sorted.Methods in app.babylon.table that return TableModifier and TypeMethodDescriptionTable.getFirstRow()Returns a one-row table containing the first row.Table.getLastRow()Returns a one-row table containing the last row.Table.getRow(int i) Returns a one-row table containing the row at the supplied index.