MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / numRows

Method numRows

src/main/java/com/rtg/util/TextTable.java:188–190  ·  view source on GitHub ↗

Get the number of rows that have been added to the table. @return the number of rows added.

()

Source from the content-addressed store, hash-verified

186 * @return the number of rows added.
187 */
188 public int numRows() {
189 return mTableContents.size();
190 }
191
192 /**
193 * Reset the table so it can be used to format a new set of rows

Callers 1

testDefaultMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by 1

testDefaultMethod · 0.76