| Package | Description |
|---|---|
| org.brandao.brcache.collections |
| Modifier and Type | Method and Description |
|---|---|
TreeHugeMapNode<T> |
TreeHugeMapNode.getNextNode(List<Map<Object,TreeHugeMapNode<T>>> nodes,
Object key) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeHugeMapNode.setNextNode(TreeHugeMapNode<T> next,
List<Map<Object,TreeHugeMapNode<T>>> nodes,
Object key) |
void |
TreeHugeMapNode.updateNextNode(TreeHugeMapNode<T> next,
List<Map<Object,TreeHugeMapNode<T>>> nodes,
Object key) |
| Modifier and Type | Method and Description |
|---|---|
TreeHugeMapNode<T> |
TreeHugeMapNode.getNextNode(List<Map<Object,TreeHugeMapNode<T>>> nodes,
Object key) |
void |
TreeHugeMapNode.setNextNode(TreeHugeMapNode<T> next,
List<Map<Object,TreeHugeMapNode<T>>> nodes,
Object key) |
void |
TreeHugeMapNode.updateNextNode(TreeHugeMapNode<T> next,
List<Map<Object,TreeHugeMapNode<T>>> nodes,
Object key) |
| Constructor and Description |
|---|
TreeHugeMapNode(List<Map<Object,TreeHugeMapNode<T>>> nodes) |
Copyright © 2016. All rights reserved.