public class LongRange extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
max
The exclusive maximum value of this range
|
long |
min
The inclusive minimum value of this range
|
| Constructor and Description |
|---|
LongRange(long min,
long max)
Creates a new double range, running from
min inclusive to max exclusive |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.