Count Java Stream to Integer, not Long

后端 未结 0 712
独厮守ぢ
独厮守ぢ 2020-12-03 17:39

I need to count occurences of some special bundles.

Map countBundles(){
    return bundles.stream()
        .bla()
        .bla()
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题