Interface | Description |
---|---|
BiMap<K,V> |
Interface for a bi-directional map.
|
Class | Description |
---|---|
AbstractSparseMatrix<RK extends Comparable,CK extends Comparable,V extends Comparable> |
Base matrix class.
|
BiHashMap<K,V> |
Simple implementation of a bi-directional map.
|
CollectionSizeComparator |
A simple Comparator that will order a Collection of Collections from largest to smallest.
|
CollectionUtil |
Collection utility functions.
|
DataColumn |
Column info for a DataTable column.
|
DataTable |
Table containing sets of subject metadata.
|
DirtyList<T> |
List with dirty flag support.
|
DirtyMap<K,V> |
HashMap that keeps a dirty flag.
|
DirtyProperties |
Properties that keeps a dirty flag.
|
MapEntryNumberValueComparator |
Simple Comparator for sorting Map entries with Number values.
|
MatrixCell<RK extends Comparable,CK extends Comparable,V extends Comparable> |
Representation of a Matrix cell.
|
NumberMatrix<RK extends Comparable,CK extends Comparable,V extends Number & Comparable> |
Sparse matrix for Numbers that calculated totals and percentages.
|
OrderedMap<K,V> |
HashMap that preserves the key order.
|
OrderedSet<E> |
Set that preserves the addition order.
|
SortedList<T extends Comparable<T>> |
List of Comparable objects that stays sorted.
|
SparseMatrix<RK extends Comparable,CK extends Comparable,V extends Comparable> |
A simple sparse matrix.
|
SymmetricMatrix<K extends Comparable,V extends Comparable> |
A symmetric matrix (a square matrix with values that are symmetric with respect to the diagonal).
|
SymmetricNumberMatrix<K extends Comparable,V extends Number & Comparable> |
Symmetric matrix specifically for Numbers.
|
jataylor@hairyfatguy.com