Challenge exercise Investigate the Comparable interface. This is a parameterized interface. Define a simple class that implements Comparable. Create a collection containing objects of this class and sort the collection. Hint: The LogEntry class of the weblog-analyzer project in Chapter 4 implements this interface.