This commit is contained in:
2025-12-29 11:56:30 +08:00
parent 1e41b2def5
commit 955dab6e65
44 changed files with 2497 additions and 928 deletions
@@ -180,6 +180,12 @@ Class SynList<T>
<div>
<a class="xref" href="Hi.Common.StringUtil.html#Hi_Common_StringUtil_ToDotSplitedString__1_System_Collections_Generic_IEnumerable___0__">StringUtil.ToDotSplitedString&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetCeilBySeek__2_System_Collections_Generic_IList___0____1_System_Func___0___1____0__System_Int32__System_Int32_Hi_Common_Collections_SeekDirection_">ListUtil.GetCeilBySeek&lt;TItem, TKey&gt;(IList&lt;TItem&gt;, TKey, Func&lt;TItem, TKey&gt;, out TItem, out int, int, SeekDirection)</a>
</div>
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetCeilIndexBySeek__2_System_Collections_Generic_IList___0____1_System_Func___0___1__System_Int32__System_Int32_Hi_Common_Collections_SeekDirection_">ListUtil.GetCeilIndexBySeek&lt;TItem, TKey&gt;(IList&lt;TItem&gt;, TKey, Func&lt;TItem, TKey&gt;, out int, int, SeekDirection)</a>
</div>
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetCeilIndex__2_System_Collections_Generic_IList___0____1_System_Func___0___1_System_Int32__System_Int32__">ListUtil.GetCeilIndex&lt;Item, ItemKey&gt;(IList&lt;Item&gt;, ItemKey, Func&lt;Item, ItemKey, int&gt;, out int)</a>
</div>
@@ -189,6 +195,12 @@ Class SynList&lt;T&gt;
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetCeil__2_System_Collections_Generic_IList___1____0_System_Func___1___0____1__">ListUtil.GetCeil&lt;TKey, Item&gt;(IList&lt;Item&gt;, TKey, Func&lt;Item, TKey&gt;, out Item)</a>
</div>
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetFloorBySeek__2_System_Collections_Generic_IList___0____1_System_Func___0___1____0__System_Int32__System_Int32_Hi_Common_Collections_SeekDirection_">ListUtil.GetFloorBySeek&lt;TItem, TKey&gt;(IList&lt;TItem&gt;, TKey, Func&lt;TItem, TKey&gt;, out TItem, out int, int, SeekDirection)</a>
</div>
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetFloorIndexBySeek__2_System_Collections_Generic_IList___0____1_System_Func___0___1__System_Int32__System_Int32_Hi_Common_Collections_SeekDirection_">ListUtil.GetFloorIndexBySeek&lt;TItem, TKey&gt;(IList&lt;TItem&gt;, TKey, Func&lt;TItem, TKey&gt;, out int, int, SeekDirection)</a>
</div>
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetFloorIndex__2_System_Collections_Generic_IList___0____1_System_Func___0___1_System_Int32__System_Int32__">ListUtil.GetFloorIndex&lt;Item, ItemKey&gt;(IList&lt;Item&gt;, ItemKey, Func&lt;Item, ItemKey, int&gt;, out int)</a>
</div>
@@ -219,6 +231,9 @@ Class SynList&lt;T&gt;
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetNearestIndex__2_System_Collections_Generic_IList___0____1_System_Func___0___1_System_Int32__System_Func___0___1_System_Double__System_Int32__">ListUtil.GetNearestIndex&lt;TItem, TItemKey&gt;(IList&lt;TItem&gt;, TItemKey, Func&lt;TItem, TItemKey, int&gt;, Func&lt;TItem, TItemKey, double&gt;, out int)</a>
</div>
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_GetSubList__1_System_Collections_Generic_IList___0__System_Int32_System_Int32_">ListUtil.GetSubList&lt;TItem&gt;(IList&lt;TItem&gt;, int, int)</a>
</div>
<div>
<a class="xref" href="Hi.Common.Collections.ListUtil.html#Hi_Common_Collections_ListUtil_Swap__1_System_Collections_Generic_IList___0__System_Int32_System_Int32_">ListUtil.Swap&lt;TItem&gt;(IList&lt;TItem&gt;, int, int)</a>
</div>