Container | 
| Name | Description | |
|---|---|---|
| IndexOfOrdered(IList, Object) | Returns the first position of entry in the array a with a binary search - thus the array must be ordered. | |
| IndexOfOrdered(ListString, String) | ||
| IndexOfOrderedV(ListV, V) | Returns the first position of entry in the array a with a binary search - thus the array must be ordered. |