How to name a HashMap in Java?

后端 未结 9 1850
难免孤独
难免孤独 2021-02-01 00:55

This might be a silly question, but I have never found a satisfying way to name a variable of type HashMap in Java. For example - lets say I have a

9条回答
  •  甜味超标
    2021-02-01 01:12

    I would call it mapStatesbyCountyCount, then again its bit lengthy variable name...

提交回复
热议问题