On 05/29/2011 11:41 AM, a d wrote: > One of the areas that is being changed that I can't stop thinking about is the switch for String, and was wondering why just for String? > Why not add a switch for all Objects that implement java.lang.Comparable<T> or java.util.Comparator<T> to make easier to use the switch operator? How will it make code easier to read?