How to name a HashMap in Java?

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

    Whatever explains it best - In this case stateToCountyMap is ok or else countiesInStateMap can be used.

提交回复
热议问题