Package com.db4o.foundation
Interface Comparison4<T>
-
public interface Comparison4<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompare(T x, T y)Returns negative number if x < y Returns zero if x == y Returns positive number if x > y
-