T - the generic type of the values in this range.public final class GenericRange<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
T |
from
Initial value of this range.
|
T |
to
Final value of this range.
|
| Constructor and Description |
|---|
GenericRange(T from,
T to)
Creates a new
GenericRange. |
public final T from
public final T to
public GenericRange(T from, T to)
GenericRange.from - the initial value of this range.to - the final value of this range.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.