public class Range extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Range.NegativeInfinity |
static class |
Range.PositiveInfinity |
static class |
Range.RangeTreeMap |
| Modifier and Type | Field and Description |
|---|---|
static Comparator |
RANGE_COMPARATOR |
| Constructor and Description |
|---|
Range() |
Range(Object min,
boolean includingMin,
Object max,
boolean includingMax) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getMax() |
Object |
getMin() |
boolean |
isIncludingMax() |
boolean |
isIncludingMin() |
void |
setIncludingMax(boolean b) |
void |
setIncludingMin(boolean b) |
void |
setMax(Object object) |
void |
setMin(Object object) |
public static final Comparator RANGE_COMPARATOR
public boolean isIncludingMax()
public boolean isIncludingMin()
public Object getMax()
public Object getMin()
public void setIncludingMax(boolean b)
public void setIncludingMin(boolean b)
public void setMax(Object object)
public void setMin(Object object)
Copyright © 2015. All rights reserved.