映射以获取子字符串并在Java中转换为int
假设以下是我们的信息流:
Stream.of("u2", "h9", "s8", "l3")现在,映射以获取子字符串:
.map(s -> s.substring(1))
转换为int并找到最小值:
.mapToInt(Integer::parseInt) .min()
以下是Map并获取子字符串并将其转换为int的示例:
示例
import java.util.stream.Stream;
public class Demo {
public static void main(String[] args) throws Exception {
Stream.of("u2", "h9", "s8", "l3")
.map(s -> s.substring(1))
.mapToInt(Integer::parseInt)
.min()
.ifPresent(System.out::println);
}
}输出结果
2
热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短