public interface Filter
| Modifier and Type | Interface and Description |
|---|---|
static class |
Filter.RectangleIntersectFilter
Rectangular region filter.
|
static class |
Filter.UnionFilter
Union of different "ranges".
|
| Modifier and Type | Field and Description |
|---|---|
static Filter |
ALL
Doesn't filter anything.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
intersects(double[] min,
double[] max)
Intersects is used for the tree nodes and should only check for
intersection.
|
default boolean |
matches(RectangleEntry<?> entry)
This is used on the actual entries.
|
static final Filter ALL
boolean intersects(double[] min,
double[] max)
min - Min bound of rectangle,max - Max bound of rectangle,default boolean matches(RectangleEntry<?> entry)
entry - An entry with an existing value()Copyright © 2018. All rights reserved.