This is namespace ecLists.
|
Method |
|
Class |
Description |
|
Base class for ranges that stores particular range of positions. | |
|
Collection of overlapped ranges. All ranges are sorted for quick search. | |
|
Array of sorted ranges | |
|
Base class for sorted items. | |
|
Sorted list. List of TSortedItem objects. |
|
Function |
Description |
|
Search in sorted list. |
|
Type |
Description |
|
Compares item in the list with the key List[Index] > Key => Result > 0 List[Index] = Key => Result = 0 List[Index] < Key => Result < 0 |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|