public interface Node<T,S extends Geometry> extends HasGeometry
| 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) |
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.
|
geometryvoid searchWithoutBackpressure(rx.functions.Func1<? super Geometry,Boolean> criterion, rx.Subscriber<? super Entry<T,S>> subscriber)
criterion - function that returns true if the geometry is a search matchsubscriber - the subscriber to report search findings toint count()
Copyright © 2013–2023. All rights reserved.