-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
There are some useful methods in the Table class that, looking at the source code, appear to be available, but are not mentioned in the reference pages for Table.
In particular sort()
and sortReverse()
, and associated with this for sorting rows by numeric value, setColumnType()
.
Also useful is the ability to return entire columns as arrays, which is mentioned in the reference for getStringColumn(), but not getIntColumn()
or getFloatColumn()
.
I mention these because I have found them useful for teaching beginners who wish to manipulate tables and are not used to browsing source code or full Java API docs. I had also previously been writing my own table sorting code in Java, not realising the functionality was already there but undocumented.
Metadata
Metadata
Assignees
Labels
No labels