| Package | Description |
|---|---|
| jet | |
| jet.runtime |
| Modifier and Type | Field and Description |
|---|---|
static LongRange |
LongRange.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static LongRange |
Ranges.rangeTo(byte from,
long to) |
static LongRange |
Ranges.rangeTo(char from,
long to) |
static LongRange |
Ranges.rangeTo(int from,
long to) |
static LongRange |
Ranges.rangeTo(long from,
byte to) |
static LongRange |
Ranges.rangeTo(long from,
char to) |
static LongRange |
Ranges.rangeTo(long from,
int to) |
static LongRange |
Ranges.rangeTo(long from,
long to) |
static LongRange |
Ranges.rangeTo(long from,
short to) |
static LongRange |
Ranges.rangeTo(short from,
long to) |
Copyright © 2013. All Rights Reserved.