@Private
@Unstable
public class Range
extends java.lang.Object
| Constructor | Description |
|---|---|
Range(int start,
int end) |
Defines a range from start index (inclusive) to end index (exclusive).
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
end() |
|
int |
length() |
|
int |
start() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.