来自
Java SE 8 for the Really ImpatientCay S.Horstmann:
2.12。基本类型流
…如果要存储short,char,byte和boolean,请使用IntStream,对于float,请使用DoubleStream。库设计人员认为不值得再添加五种流类型。

来自
Java SE 8 for the Really ImpatientCay S.Horstmann:
2.12。基本类型流
…如果要存储short,char,byte和boolean,请使用IntStream,对于float,请使用DoubleStream。库设计人员认为不值得再添加五种流类型。