CodePudding user response:
The filter ()The skip (startLine)
Limit (pageSize)
Collect (Collectors. ToList ());
CodePudding user response:
Integer [] array=,2,5,5,9 {1};
Int count=0;
For (int I=array. The length - 1; I>=0; I -) {
If (array [I]==5) {
count++;
}
}