Friday, July 8, 2011

Java Question: how ist CompareObject(o) from the Interface Comparable used?

The Comparable interface does NOT have a CompareObject method. It has only the method compareTo, is that what you meant?

No comments:

Post a Comment