public class RangeSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RangeSpec.Type |
| Constructor and Description |
|---|
RangeSpec() |
RangeSpec(long start,
long end,
RangeSpec.Type type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd() |
long |
getStart() |
RangeSpec.Type |
getType() |
static RangeSpec |
parse(long[] range) |
String |
toString() |
public RangeSpec()
public RangeSpec(long start,
long end,
RangeSpec.Type type)
public long getStart()
public long getEnd()
public RangeSpec.Type getType()
public static RangeSpec parse(long[] range)
Copyright © 2023. All Rights Reserved.