LinearSearch<P extends GpsPoint, C extends GpsPointsView<P>, F> constructor

LinearSearch<P extends GpsPoint, C extends GpsPointsView<P>, F>(
  1. C collection,
  2. SearchCompareDiff<C, F> compareFunc
)

Implementation

LinearSearch(super.collection, super.compareFunc);