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