| Package | Description |
|---|---|
| com.google.uzaygezen.core |
Compact Hilbert index mappings and backtracking query building support for
persistence systems.
|
| com.google.uzaygezen.core.ranges |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedRollup<K,V extends AdditiveValue<V>>
Streaming rollup implementation that supports an upper bound on the number of
nodes, upper bound which is achieved by rolling up nodes are required.
|
class |
SimpleRegionInspector<F,T,V extends AdditiveValue<V>,R extends Measurable<V>>
Assessor of spatial relationships that works with a query region composed of
disjoint orthotopes and assumes uniform distribution of the data points in
the multidimensional space.
|
interface |
StreamingRollup<K,V extends AdditiveValue<V>>
Streaming aggregator that rolls up all the values into a tree.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Content<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
BigIntegerContent |
class |
LongContent |
| Modifier and Type | Method and Description |
|---|---|
static <K,V extends AdditiveValue<V>> |
BoundedRollup.create(V emptyValue,
int maxNodes) |
static <F,T,V extends AdditiveValue<V>,R extends Range<T,V>> |
FilteredIndexRange.sumRangeLengths(Iterable<FilteredIndexRange<F,R>> iterable,
V zero) |
| Modifier and Type | Method and Description |
|---|---|
static <T,V extends AdditiveValue<V>,R> |
RangeUtil.overlapSum(List<R> x,
List<? extends List<R>> y,
RangeHome<T,V,R> rangeHome,
V sum)
Convenience method which sums the overlap between one orthotope and a set
of target orthotopes.
|
Copyright © 2014. All Rights Reserved.