public interface ValueSpace extends Comparator
| Modifier and Type | Field and Description |
|---|---|
static int |
INFINITE |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2) |
int |
count(Object start,
Object end) |
String |
getLexicalForm(Object value) |
Object |
getMaxValue() |
Object |
getMidValue() |
Object |
getMinValue() |
Object |
getValue(String literal) |
boolean |
isInfinite() |
boolean |
isInfinite(Object value) |
boolean |
isValid(Object value) |
Object |
succ(Object start,
int n) |
equalsstatic final int INFINITE
Object getMidValue()
Object getMinValue()
Object getMaxValue()
boolean isInfinite()
boolean isInfinite(Object value)
boolean isValid(Object value)
int compare(Object o1, Object o2)
compare in interface ComparatorCopyright © 2013. All Rights Reserved.