| com.db4o.query.QueryComparator
All known Subclasses: com.db4o.query.JdkComparatorWrapper,
QueryComparator | public interface QueryComparator extends Serializable(Code) | | Comparator for sorting queries on JDKs where
java.util.Comparator is not available.
|
Method Summary | |
int | compare(Target first, Target second) Implement to compare two arguments for sorting. |
compare | int compare(Target first, Target second)(Code) | | Implement to compare two arguments for sorting.
Return a negative value, zero, or a positive value if
the first argument is smaller, equal or greater than
the second.
|
|
|