Convert String Object to Comparable<Object>
835847Mar 31 2011 — edited Apr 1 2011Getting all types of warnings in Eclipse when I try to cast. I have a method that wants to accept a Comparable<Object> and I would like to pass in a string, float, or integer, and make sure of the Comparable interface.