Class UnhashableObject
java.lang.Object
com.google.common.collect.testing.UnhashableObject
- All Implemented Interfaces:
Comparable<UnhashableObject>
An unhashable object to be used in testing as values in our collections.
- Author:
- Regina O'Dell
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnhashableObject
public UnhashableObject(int value)
-
-
Method Details
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<UnhashableObject>
-