public class Ranges extends Object
Modifier and Type | Method and Description |
---|---|
static IntRange |
arrayIndices(int length) |
static ByteRange |
rangeTo(byte from,
byte to) |
static CharRange |
rangeTo(byte from,
char to) |
static DoubleRange |
rangeTo(byte from,
double to) |
static FloatRange |
rangeTo(byte from,
float to) |
static IntRange |
rangeTo(byte from,
int to) |
static LongRange |
rangeTo(byte from,
long to) |
static ShortRange |
rangeTo(byte from,
short to) |
static CharRange |
rangeTo(char from,
byte to) |
static CharRange |
rangeTo(char from,
char to) |
static DoubleRange |
rangeTo(char from,
double to) |
static FloatRange |
rangeTo(char from,
float to) |
static IntRange |
rangeTo(char from,
int to) |
static LongRange |
rangeTo(char from,
long to) |
static ShortRange |
rangeTo(char from,
short to) |
static DoubleRange |
rangeTo(double from,
byte to) |
static DoubleRange |
rangeTo(double from,
char to) |
static DoubleRange |
rangeTo(double from,
double to) |
static DoubleRange |
rangeTo(double from,
float to) |
static DoubleRange |
rangeTo(double from,
int to) |
static DoubleRange |
rangeTo(double from,
long to) |
static DoubleRange |
rangeTo(double from,
short to) |
static FloatRange |
rangeTo(float from,
byte to) |
static FloatRange |
rangeTo(float from,
char to) |
static DoubleRange |
rangeTo(float from,
double to) |
static FloatRange |
rangeTo(float from,
float to) |
static FloatRange |
rangeTo(float from,
int to) |
static FloatRange |
rangeTo(float from,
long to) |
static FloatRange |
rangeTo(float from,
short to) |
static IntRange |
rangeTo(int from,
byte to) |
static IntRange |
rangeTo(int from,
char to) |
static DoubleRange |
rangeTo(int from,
double to) |
static FloatRange |
rangeTo(int from,
float to) |
static IntRange |
rangeTo(int from,
int to) |
static LongRange |
rangeTo(int from,
long to) |
static IntRange |
rangeTo(int from,
short to) |
static LongRange |
rangeTo(long from,
byte to) |
static LongRange |
rangeTo(long from,
char to) |
static DoubleRange |
rangeTo(long from,
double to) |
static FloatRange |
rangeTo(long from,
float to) |
static LongRange |
rangeTo(long from,
int to) |
static LongRange |
rangeTo(long from,
long to) |
static LongRange |
rangeTo(long from,
short to) |
static ShortRange |
rangeTo(short from,
byte to) |
static ShortRange |
rangeTo(short from,
char to) |
static DoubleRange |
rangeTo(short from,
double to) |
static FloatRange |
rangeTo(short from,
float to) |
static IntRange |
rangeTo(short from,
int to) |
static LongRange |
rangeTo(short from,
long to) |
static ShortRange |
rangeTo(short from,
short to) |
public static ByteRange rangeTo(byte from, byte to)
public static ShortRange rangeTo(byte from, short to)
public static IntRange rangeTo(byte from, int to)
public static LongRange rangeTo(byte from, long to)
public static FloatRange rangeTo(byte from, float to)
public static DoubleRange rangeTo(byte from, double to)
public static CharRange rangeTo(byte from, char to)
public static ShortRange rangeTo(short from, byte to)
public static ShortRange rangeTo(short from, short to)
public static IntRange rangeTo(short from, int to)
public static LongRange rangeTo(short from, long to)
public static FloatRange rangeTo(short from, float to)
public static DoubleRange rangeTo(short from, double to)
public static ShortRange rangeTo(short from, char to)
public static IntRange rangeTo(int from, byte to)
public static IntRange rangeTo(int from, short to)
public static IntRange rangeTo(int from, int to)
public static LongRange rangeTo(int from, long to)
public static FloatRange rangeTo(int from, float to)
public static DoubleRange rangeTo(int from, double to)
public static IntRange rangeTo(int from, char to)
public static LongRange rangeTo(long from, byte to)
public static LongRange rangeTo(long from, short to)
public static LongRange rangeTo(long from, int to)
public static LongRange rangeTo(long from, long to)
public static FloatRange rangeTo(long from, float to)
public static DoubleRange rangeTo(long from, double to)
public static LongRange rangeTo(long from, char to)
public static FloatRange rangeTo(float from, byte to)
public static FloatRange rangeTo(float from, short to)
public static FloatRange rangeTo(float from, int to)
public static FloatRange rangeTo(float from, long to)
public static FloatRange rangeTo(float from, float to)
public static DoubleRange rangeTo(float from, double to)
public static FloatRange rangeTo(float from, char to)
public static DoubleRange rangeTo(double from, byte to)
public static DoubleRange rangeTo(double from, short to)
public static DoubleRange rangeTo(double from, int to)
public static DoubleRange rangeTo(double from, long to)
public static DoubleRange rangeTo(double from, float to)
public static DoubleRange rangeTo(double from, double to)
public static DoubleRange rangeTo(double from, char to)
public static CharRange rangeTo(char from, byte to)
public static ShortRange rangeTo(char from, short to)
public static IntRange rangeTo(char from, int to)
public static LongRange rangeTo(char from, long to)
public static FloatRange rangeTo(char from, float to)
public static DoubleRange rangeTo(char from, double to)
public static CharRange rangeTo(char from, char to)
public static IntRange arrayIndices(int length)
Copyright © 2013. All Rights Reserved.