Class DerivedComparable

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<BaseComparable>

    public class DerivedComparable
    extends BaseComparable
    Simple derived class to verify that we handle generics correctly.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      DerivedComparable​(java.lang.String s)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DerivedComparable

        public DerivedComparable​(java.lang.String s)