jbee / jadamant

persistent (immutable) data structures library for Java
7 stars 1 forks source link

Maps: Use CharSequence as Key #16

Closed jbee closed 12 years ago

jbee commented 12 years ago

Maps should use CharSequence as Key type. Internally they will build Strings to ensure the object is immutable.