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
HashMap
Whatever explains it best - In this case stateToCountyMap is ok or else countiesInStateMap can be used.
stateToCountyMap
countiesInStateMap