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 Comparison4<T>
public interface
Comparison4<T>
Method Summary
Methods
Modifier and Type
Method and Description
int
compare
(
T
x,
T
y)
Returns negative number if x < y Returns zero if x == y Returns positive number if x > y
Method Detail
compare
int compare(
T
x,
T
y)
Returns negative number if x < y Returns zero if x == y Returns positive number if x > y
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