| Interface | Description |
|---|---|
| ISearchIndex |
Interfaces for optimized indices search algorithm.
|
| Class | Description |
|---|---|
| AbstractSearchIndex |
Abstract class for index search algorithm with a coupled dichotomy-BinarySearch algorithms.
|
| BinarySearchIndexClosedOpen |
Searches index in a double[] with a coupled dichotomy-BinarySearch algorithms.
|
| BinarySearchIndexOpenClosed |
Searches index in a double[] with a coupled dichotomy-BinarySearch algorithms.
|
| RecordSegmentSearchIndex |
Search index algorithm with previous index computation storage.
|
| SearchIndexLibrary |
Index search algorithms based on method BinarySearch, coupled with dichotomy.
|
| Enum | Description |
|---|---|
| ISearchIndex.SearchIndexIntervalConvention |
Describes the shape of an interval.
|
Copyright © 2021 CNES. All rights reserved.