JIDE 3.5.15

com.jidesoft.range
Class AbstractNumericRange<T>

java.lang.Object
  extended by com.jidesoft.range.AbstractRange<T>
      extended by 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)

Field Summary
 
Fields inherited from interface com.jidesoft.range.Range
PROPERTY_MAX, PROPERTY_MIN
 
Constructor Summary
AbstractNumericRange()
           
 
Method Summary
 
Methods inherited from class com.jidesoft.range.AbstractRange
addPropertyChangeListener, copy, createIntermediate, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jidesoft.range.Range
adjust, contains, lower, maximum, minimum, size, upper
 

Constructor Detail

AbstractNumericRange

public AbstractNumericRange()

JIDE 3.5.15