Package com.db4o.internal.handlers
Class StandardReferenceTypeHandler.PreparedComparisonImpl
- java.lang.Object
-
- com.db4o.internal.handlers.StandardReferenceTypeHandler.PreparedComparisonImpl
-
- All Implemented Interfaces:
PreparedComparison
- Enclosing class:
- StandardReferenceTypeHandler
public static final class StandardReferenceTypeHandler.PreparedComparisonImpl extends java.lang.Object implements PreparedComparison
-
-
Constructor Summary
Constructors Constructor Description PreparedComparisonImpl(int id, ReflectClass claxx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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;
-
-
-
Constructor Detail
-
PreparedComparisonImpl
public PreparedComparisonImpl(int id, ReflectClass claxx)
-
-
Method Detail
-
compareTo
public int compareTo(java.lang.Object obj)
Description copied from interface:PreparedComparison
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;- Specified by:
compareTo
in interfacePreparedComparison
-
-