Package | Description |
---|---|
messif.objects.keys |
Data object keys.
|
Modifier and Type | Field and Description |
---|---|
protected DoubleKey |
DoubleKeyInterval.from
Lower bound (inclusive).
|
protected DoubleKey |
DoubleKeyInterval.to
Upeer bound (inclusive).
|
Modifier and Type | Method and Description |
---|---|
DoubleKey |
DoubleKeyOperator.getDifference(DoubleKey first,
DoubleKey second)
Given two keys, return their distance (difference)
|
DoubleKey |
DoubleKeyInterval.getFrom()
Returns the lower bound.
|
DoubleKey |
DoubleKeyOperator.getMaxKey() |
DoubleKey |
DoubleKeyOperator.getMiddleKey(DoubleKey first,
DoubleKey second) |
DoubleKey |
DoubleKeyOperator.getMinKey() |
DoubleKey |
DoubleKeyOperator.getNextKey(DoubleKey key) |
DoubleKey |
DoubleKeyOperator.getPreviousKey(DoubleKey key) |
DoubleKey |
DoubleKeyInterval.getTo()
Returns the upper bound.
|
Modifier and Type | Method and Description |
---|---|
KeyInterval<DoubleKey> |
DoubleKeyOperator.createInteral(DoubleKey from,
DoubleKey to) |
KeyInterval<DoubleKey> |
DoubleKeyOperator.makeLeftOpen(KeyInterval<DoubleKey> interval) |
Modifier and Type | Method and Description |
---|---|
int |
DoubleKeyOperator.compare(DoubleKey o1,
DoubleKey o2) |
KeyInterval<DoubleKey> |
DoubleKeyOperator.createInteral(DoubleKey from,
DoubleKey to) |
DoubleKey |
DoubleKeyOperator.getDifference(DoubleKey first,
DoubleKey second)
Given two keys, return their distance (difference)
|
DoubleKey |
DoubleKeyOperator.getMiddleKey(DoubleKey first,
DoubleKey second) |
DoubleKey |
DoubleKeyOperator.getNextKey(DoubleKey key) |
DoubleKey |
DoubleKeyOperator.getPreviousKey(DoubleKey key) |
Modifier and Type | Method and Description |
---|---|
int |
DoubleKeyInterval.compareTo(KeyInterval<DoubleKey> o) |
KeyInterval<DoubleKey> |
DoubleKeyOperator.makeLeftOpen(KeyInterval<DoubleKey> interval) |
Constructor and Description |
---|
DoubleKeyInterval(DoubleKey from,
DoubleKey to)
Constructor for this interval.
|