Package | Description |
---|---|
com.hfg.util.collection |
Modifier and Type | Class and Description |
---|---|
class |
DataTable
Table containing sets of subject metadata.
|
class |
NumberMatrix<RK extends Comparable,CK extends Comparable,V extends Number & Comparable>
Sparse matrix for Numbers that calculated totals and percentages.
|
class |
SparseMatrix<RK extends Comparable,CK extends Comparable,V extends Comparable>
A simple sparse matrix.
|
Modifier and Type | Method and Description |
---|---|
AbstractSparseMatrix<RK,CK,V> |
AbstractSparseMatrix.clone() |
jataylor@hairyfatguy.com