Package com.jidesoft.range
Class AbstractNumericRange<T>
- java.lang.Object
-
- com.jidesoft.range.AbstractRange<T>
-
- com.jidesoft.range.AbstractNumericRange<T>
-
- Direct Known Subclasses:
CombinedNumericRange
,IntegerRange
,LongRange
,NumericRange
public abstract class AbstractNumericRange<T> extends AbstractRange<T>
An abstract class as the superclass of numeric ranges- Author:
- Simon White (swhite@catalysoft.com)
-
-
Field Summary
-
Fields inherited from interface com.jidesoft.range.Range
PROPERTY_MAX, PROPERTY_MIN
-
-
Constructor Summary
Constructors Constructor Description AbstractNumericRange()
-
Method Summary
-
Methods inherited from class com.jidesoft.range.AbstractRange
addPropertyChangeListener, compareTo, copy, createIntermediate, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener
-
-