Uses of Class
org.tomitribe.crest.table.Data.Cell
-
Packages that use Data.Cell Package Description org.tomitribe.crest.table -
-
Uses of Data.Cell in org.tomitribe.crest.table
Methods in org.tomitribe.crest.table that return Data.Cell Modifier and Type Method Description Data.CellData.Cell. resizeTo(int width)Methods in org.tomitribe.crest.table that return types with arguments of type Data.Cell Modifier and Type Method Description static java.util.stream.Stream<Data.Cell>Tables. cellsInColumn(Data.Cell[][] cells, int column)static java.util.stream.Stream<Data.Cell>Tables. cellsInRow(Data.Cell[][] cells, int row)java.util.stream.Stream<Data.Cell>Resize.Column. resize()java.util.stream.Stream<Data.Cell>Data.Column. stream()java.util.stream.Stream<Data.Cell>Data.Row. stream()Methods in org.tomitribe.crest.table with parameters of type Data.Cell Modifier and Type Method Description static java.util.stream.Stream<Data.Cell>Tables. cellsInColumn(Data.Cell[][] cells, int column)static java.util.stream.Stream<Data.Cell>Tables. cellsInRow(Data.Cell[][] cells, int row)
-