public class Ranges extends Object
| Constructor and Description |
|---|
Ranges() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractRange<?> |
create(char value) |
static AbstractRange<?> |
create(char from,
char to) |
static AbstractRange<?> |
create(long value) |
static AbstractRange<?> |
create(long from,
long to) |
static AbstractRange<?> |
create(Object value) |
static AbstractRange<?> |
create(Object from,
Object to) |
static Object |
toValue(Object value) |
static Object |
toValue(String value) |
public static AbstractRange<?> create(char value)
public static AbstractRange<?> create(char from, char to)
public static AbstractRange<?> create(long value)
public static AbstractRange<?> create(long from, long to)
public static AbstractRange<?> create(Object value)
public static AbstractRange<?> create(Object from, Object to)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.