T
- the generic type of the values in this range.public final class GenericRange<T> extends Object
Constructor and Description |
---|
GenericRange(T from,
T to)
Creates a new
GenericRange . |
public GenericRange(@Nonnull T from, @Nonnull T to)
GenericRange
.from
- the initial value of this range.to
- the final value of this range.Copyright © 2014–2020 AssertJ. All rights reserved.