Package org.fest.swing.util
Class GenericRange<T>
java.lang.Object
org.fest.swing.util.GenericRange<T>
- Type Parameters:
T
- the generic type of the values in this range.
Understands a range of values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
Initial value of this range. -
to
Final value of this range.
-
-
Constructor Details
-
GenericRange
Creates a newGenericRange
.- Parameters:
from
- the initial value of this range.to
- the final value of this range.
-