|
Class Summary |
| Adjudicator |
A class for choosing the 'best' among several candidates according to some user-supplied criterion, with ties resolved randomly. |
| Date |
Class with date methods to convert between Julian day and Gregorian date. |
| ImmutableIterator |
A class of iterator that does not allow modification of the underlying collection. |
| Misc |
General utility class with various value conversion and input methods. |
| SequenceAverager |
A class for efficiently averaging over a set number of the most recent values in a continuous sequence. |