public final class Range extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Range.From
Starting value of a range.
|
static class |
Range.To
Ending value of a range.
|
| Modifier and Type | Method and Description |
|---|---|
static Range.From |
from(int value)
Creates a new
Range.From, representing the starting value of a range. |
static Range.To |
to(int value)
Creates a new
Range.To, representing the ending value of a range. |
@Nonnull public static final Range.From from(int value)
Range.From, representing the starting value of a range.value - the starting value of the range.From.Copyright © 2014 AssertJ. All rights reserved.