public static final class StandardReferenceTypeHandler.PreparedComparisonImpl extends java.lang.Object implements PreparedComparison
| Constructor and Description |
|---|
StandardReferenceTypeHandler.PreparedComparisonImpl(int id,
ReflectClass claxx) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object obj)
return a negative int, zero or a positive int if
the object being held in 'this' is smaller, equal
or greater than the passed object.
Typical implementation: return this.object - obj; |
public StandardReferenceTypeHandler.PreparedComparisonImpl(int id,
ReflectClass claxx)
public int compareTo(java.lang.Object obj)
PreparedComparisoncompareTo in interface PreparedComparison