Interface SearchStrategy<TCoordinateArray,TPoint extends ImmutableNode<TCoordinateArray>>
-
- All Known Implementing Classes:
GutmanSearchStrategy
public interface SearchStrategy<TCoordinateArray,TPoint extends ImmutableNode<TCoordinateArray>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<ImmutableBitmap>
search(ImmutableNode<TCoordinateArray> node, Bound<TCoordinateArray,TPoint> bound)
-
-
-
Method Detail
-
search
Iterable<ImmutableBitmap> search(ImmutableNode<TCoordinateArray> node, Bound<TCoordinateArray,TPoint> bound)
-
-