Package com.jidesoft.range
Class AbstractNumericRange<T>
java.lang.Object
com.jidesoft.range.AbstractRange<T>
com.jidesoft.range.AbstractNumericRange<T>
- All Implemented Interfaces:
Range<T>
,Comparable<Range>
- Direct Known Subclasses:
CombinedNumericRange
,IntegerRange
,LongRange
,NumericRange
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 -
Method Summary
Methods inherited from class com.jidesoft.range.AbstractRange
addPropertyChangeListener, compareTo, copy, createIntermediate, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener
-
Constructor Details
-
AbstractNumericRange
public AbstractNumericRange()
-