com.jidesoft.range
Class AbstractNumericRange<T>
java.lang.Object
com.jidesoft.range.AbstractRange<T>
com.jidesoft.range.AbstractNumericRange<T>
- All Implemented Interfaces:
- Range<T>
- Direct Known Subclasses:
- CombinedNumericRange, IntegerRange, NumericRange
public abstract class AbstractNumericRange<T>
- extends AbstractRange<T>
An abstract class as the superclass of numeric ranges
- Author:
- Simon White (swhite@catalysoft.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNumericRange
public AbstractNumericRange()