-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Ranges_CompositeRange_2_HasIntersection
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Name | Description | |
---|---|---|
HasIntersection(CompositeRange(T)) | Determines whether the composite range has intersection with another range. | |
HasIntersection(TKey2)(CompositeRange(T, TKey2)) | Determines whether the composite range has intersection with another range. | |
HasIntersection(Range(T)) | Determines whether the composite range has intersection with another range. | |
HasIntersection(TKey2)(Range(T, TKey2)) | Determines whether the composite range has intersection with another range. | |
HasIntersection(T, T) | Determines whether the composite has intersection with another range. |