String, CharSequence, and the curious naming of length()
Simon Harris (chapeau Dion) discusses CharSequence, the interface String and StringBuffer decided to conform to since J2SE 1.4. CharSequence gives you an okay interface with which to enjoy the goodness of mock onjects and the like. However, it’s nothing to...