From a31e20d791f5712feb5b30ee86766aa91b2f7541 Mon Sep 17 00:00:00 2001 From: TimAndy Date: Mon, 18 Dec 2023 14:00:00 +0800 Subject: [PATCH] Modify readme file --- README.md | 15 +++++++++++++++ README_CN.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/README.md b/README.md index 2225960..070f948 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ In general, the more complex the operation you want to perform on the data, the - asEnumerable - average - cast +- chunk - concat - contains - count @@ -148,6 +149,20 @@ In general, the more complex the operation you want to perform on the data, the - thenBy - thenByDescending +## API of Index +- fromStart +- fromEnd +- getValue +- isFromEnd +- getOffset + +## API of Range +- startAt +- endAt +- getStart +- getEnd +- getOffsetAndLength + ## Tuple classes - Tuple1 - Tuple2 diff --git a/README_CN.md b/README_CN.md index 2770e18..ca85da8 100644 --- a/README_CN.md +++ b/README_CN.md @@ -68,6 +68,7 @@ LINQ 查询与 Stream API 相比也具有一定优势: - asEnumerable - average - cast +- chunk - concat - contains - count @@ -148,6 +149,20 @@ LINQ 查询与 Stream API 相比也具有一定优势: - thenBy - thenByDescending +## Index 的 API +- fromStart +- fromEnd +- getValue +- isFromEnd +- getOffset + +## Range 的 API +- startAt +- endAt +- getStart +- getEnd +- getOffsetAndLength + ## 元组类 - Tuple1 - Tuple2