com.google.common.collect.testing
Class DerivedComparable

java.lang.Object
  extended by com.google.common.collect.testing.BaseComparable
      extended by com.google.common.collect.testing.DerivedComparable
All Implemented Interfaces:
Serializable, Comparable<BaseComparable>

@GwtCompatible
public class DerivedComparable
extends BaseComparable

Simple derived class to verify that we handle generics correctly.

Author:
Kevin Bourrillion
See Also:
Serialized Form

Constructor Summary
DerivedComparable(String s)
           
 
Method Summary
 
Methods inherited from class com.google.common.collect.testing.BaseComparable
compareTo, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivedComparable

public DerivedComparable(String s)


Copyright © 2010-2012. All Rights Reserved.