Interface SearchStrategy<TCoordinateArray,TPoint extends ImmutableNode<TCoordinateArray>>
- All Known Implementing Classes:
GutmanSearchStrategy
public interface SearchStrategy<TCoordinateArray,TPoint extends ImmutableNode<TCoordinateArray>>
-
Method Summary
Modifier and TypeMethodDescriptionsearch(ImmutableNode<TCoordinateArray> node, Bound<TCoordinateArray, TPoint> bound)
-
Method Details
-
search
Iterable<ImmutableBitmap> search(ImmutableNode<TCoordinateArray> node, Bound<TCoordinateArray, TPoint> bound)
-