Monthly Archives: January 2011

Range Class

Generic implementation of the “Range” pattern. A Range has an upper and lower limit and can tell whether one element is in between. There also is a unit test available. An introduction to the “Range” pattern can be found at Martin FOWLER’s web site. To use this … Continue reading

Posted in Java, Programming | Tagged , , , | Comments Off on Range Class