Interface SpatialIndex.SearchCb<T>

Enclosing interface:
SpatialIndex<T>

public static interface SpatialIndex.SearchCb<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    call(T item, Object context)
    TODO should be able to return 'continue', 'stop', 'remove-current'
  • Method Details

    • call

      boolean call(T item, Object context)
      TODO should be able to return 'continue', 'stop', 'remove-current'
      Returns:
      false to stop search