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
Storing states and counties in that variable it would be confusing to name it map - call it stateCountyHash or numCountiesByState
stateCountyHash
numCountiesByState