| Package | Description |
|---|---|
| com.github.davidmoten.rtree2 | |
| com.github.davidmoten.rtree2.internal |
| Modifier and Type | Method and Description |
|---|---|
NonLeaf<T,S> |
NonLeafFactory.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Modifier and Type | Class and Description |
|---|---|
class |
NonLeafDefault<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
NonLeaf<T,S> |
FactoryDefault.createNonLeaf(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
NonLeafHelper.add(Entry<? extends T,? extends S> entry,
NonLeaf<T,S> node) |
static <T,S extends Geometry> |
NonLeafHelper.delete(Entry<? extends T,? extends S> entry,
boolean all,
NonLeaf<T,S> node) |
Copyright © 2013–2022. All rights reserved.