public class Range extends Object
| Constructor and Description |
|---|
Range(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getStart() |
static Range |
of(int start,
int end) |
public int getStart()
public int getEnd()
public static Range of(int start, int end)
Copyright © 2025. All rights reserved.