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