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) |
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 © 2021. All Rights Reserved.