Skip to content

Commit a31e20d

Browse files
committed
Modify readme file
1 parent a9cdbb4 commit a31e20d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ In general, the more complex the operation you want to perform on the data, the
6868
- asEnumerable
6969
- average
7070
- cast
71+
- chunk
7172
- concat
7273
- contains
7374
- count
@@ -148,6 +149,20 @@ In general, the more complex the operation you want to perform on the data, the
148149
- thenBy
149150
- thenByDescending
150151

152+
## API of Index
153+
- fromStart
154+
- fromEnd
155+
- getValue
156+
- isFromEnd
157+
- getOffset
158+
159+
## API of Range
160+
- startAt
161+
- endAt
162+
- getStart
163+
- getEnd
164+
- getOffsetAndLength
165+
151166
## Tuple classes
152167
- Tuple1
153168
- Tuple2

README_CN.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ LINQ 查询与 Stream API 相比也具有一定优势:
6868
- asEnumerable
6969
- average
7070
- cast
71+
- chunk
7172
- concat
7273
- contains
7374
- count
@@ -148,6 +149,20 @@ LINQ 查询与 Stream API 相比也具有一定优势:
148149
- thenBy
149150
- thenByDescending
150151

152+
## Index 的 API
153+
- fromStart
154+
- fromEnd
155+
- getValue
156+
- isFromEnd
157+
- getOffset
158+
159+
## Range 的 API
160+
- startAt
161+
- endAt
162+
- getStart
163+
- getEnd
164+
- getOffsetAndLength
165+
151166
## 元组类
152167
- Tuple1
153168
- Tuple2

0 commit comments

Comments
 (0)