Error when collection character count to a map using java 8

前端 未结 0 761
青春惊慌失措
青春惊慌失措 2020-12-25 10:32

I am trying to replace following code:

for(char c: s.toCharArray())
            charMap.put(c,charMap.getOrDefault(c,0)+1);

with this:

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