| Constructor and Description |
|---|
LeafDefault(List<Entry<T,S>> entries,
Context<T,S> context) |
| Modifier and Type | Method and Description |
|---|---|
List<Node<T,S>> |
add(Entry<? extends T,? extends S> entry) |
Context<T,S> |
context() |
int |
count() |
NodeAndEntries<T,S> |
delete(Entry<? extends T,? extends S> entry,
boolean all) |
List<Entry<T,S>> |
entries() |
Entry<T,S> |
entry(int i)
Returns the ith entry (0-based).
|
Geometry |
geometry() |
void |
searchWithoutBackpressure(rx.functions.Func1<? super Geometry,Boolean> condition,
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> condition, rx.Subscriber<? super Entry<T,S>> subscriber)
NodesearchWithoutBackpressure in interface Node<T,S extends Geometry>condition - function that returns true if the geometry is a search matchsubscriber - the subscriber to report search findings toCopyright © 2013–2023. All rights reserved.