Class Summary |
DateDay |
This class represents a date, i.e. a combination of day, month and year.
|
IntegerFactory |
This class is an implementation of the GOF "Flyweight" pattern. |
IntHelper |
|
NaturalOrderComparator |
This class serves as an adapter between "external" (Comparator) and "natural" (Comparable) comparison. |
SynchronizedGetCode |
This class and performs a blocking wait on a lock and then retrieves an object. |
SynchronizedParamGetCode |
This class and performs a blocking wait on a lock and then retrieves an object. |
VarDirectionComparator |
This class provides a decorator for another Comparator that allows inverting the direction of the
resulting sorting. |