Interface | Description |
---|---|
Selection |
A selection maintains an ordered set of ints that can be used to select rows from a table or column
|
Class | Description |
---|---|
BitmapBackedSelection | |
CsvCombinerTest | |
DictionaryMap |
A map that supports reversible key value pairs of int-String
|
DoubleArrays |
Utility functions for creating 2D double arrays from columns and other arrays
|
DoubleArraysTest | |
Example | |
IntComparatorChain | |
ReverseIntComparator |
A Comparator for int primitives for sorting in reverse order, using the given comparator
|
ReverseLongComparator |
A comparator for long primitives for sorting in descending order
|
ReverseShortComparator |
A Comparator for int primitives for sorting in reverse order, using the given comparator
|
ReversingIntComparator |
A Comparator to sort int primitives in reverse order, selectWhere the un-reversed order is defined by another
comparator
|
Stats | |
StatUtilTest | |
TablesawTest | |
TestDb |
Test database using JavaDB (aka Derby) to createFromCsv result sets to convert to tables
Note: because it requires a Derby driver be installed, It is not intended to be used in normal (unit) tests
Derived mainly from a tutorial by:
|