Closed jbee closed 12 years ago
Maps should use CharSequence as Key type. Internally they will build Strings to ensure the object is immutable.
Map
CharSequence
String
Map
s should useCharSequence
as Key type. Internally they will buildString
s to ensure the object is immutable.