JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.db4o.foundation
Interface PreparedComparison<T>
All Known Implementing Classes:
IntHandler.PreparedIntComparison
,
Null
,
PreparedArrayContainsComparison
,
StandardReferenceTypeHandler.PreparedComparisonImpl
public interface
PreparedComparison<T>
a prepared comparison, to compare multiple objects with one single object.
Method Summary
Methods
Modifier and Type
Method and Description
int
compareTo
(
T
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;
Method Detail
compareTo
int compareTo(
T
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;
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method