How to name a HashMap in Java?

后端 未结 9 1665
难免孤独
难免孤独 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:18

    Storing states and counties in that variable it would be confusing to name it map - call it stateCountyHash or numCountiesByState

提交回复
热议问题