| Constructor and Description |
|---|
NonLeafDefault(List<? extends Node<T,S>> children,
Context<T,S> context) |
| Modifier and Type | Method and Description |
|---|---|
List<Node<T,S>> |
add(Entry<? extends T,? extends S> entry) |
Node<T,S> |
child(int i) |
List<Node<T,S>> |
children()
Returns a list of children nodes.
|
Context<T,S> |
context() |
int |
count() |
NodeAndEntries<T,S> |
delete(Entry<? extends T,? extends S> entry,
boolean all) |
Geometry |
geometry() |
void |
searchWithoutBackpressure(rx.functions.Func1<? super Geometry,Boolean> criterion,
rx.Subscriber<? super Entry<T,S>> subscriber)
Run when a search requests Long.MAX_VALUE results.
|
public Geometry geometry()
geometry in interface HasGeometrypublic void searchWithoutBackpressure(rx.functions.Func1<? super Geometry,Boolean> criterion, rx.Subscriber<? super Entry<T,S>> subscriber)
NodesearchWithoutBackpressure in interface Node<T,S extends Geometry>criterion - function that returns true if the geometry is a search matchsubscriber - the subscriber to report search findings toCopyright © 2013–2023. All rights reserved.