| Package | Description |
|---|---|
| com.google.uzaygezen.core |
Compact Hilbert index mappings and backtracking query building support for
persistence systems.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapNode<K,V> |
MapNode.create(V value,
Map<K,MapNode<K,V>> children) |
MapNode<K,V> |
BoundedRollup.finish() |
MapNode<K,V> |
StreamingRollup.finish()
Returns the tree representing the rolled-up, aggregated data.
|
| Modifier and Type | Method and Description |
|---|---|
Map<K,MapNode<K,V>> |
MapNode.getChildren() |
List<MapNode<K,V>> |
MapNode.preorder()
For testing purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Pow2LengthBitSetRange,NodeValue<V>> |
Pow2LengthBitSetRangeFactory.apply(MapNode<BitVector,V> from) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapNode<K,V> |
MapNode.create(V value,
Map<K,MapNode<K,V>> children) |
Copyright © 2014. All Rights Reserved.