public static interface SpatialIndex.SearchCb<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
call(T item,
java.lang.Object context)
TODO should be able to return 'continue', 'stop',
'remove-current'
|
boolean call(T item, java.lang.Object context)