Class UnhashableObject

java.lang.Object
com.google.common.collect.testing.UnhashableObject
All Implemented Interfaces:
Comparable<UnhashableObject>

@GwtCompatible public class UnhashableObject extends Object implements Comparable<UnhashableObject>
An unhashable object to be used in testing as values in our collections.
Author:
Regina O'Dell