public class Range extends Object
Constructor and Description |
---|
Range(int start,
int end) |
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
int |
getStart() |
Range |
intersect(Range range) |
static Range |
of(int start,
int end) |
String |
toString() |
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.