Package com.db4o.foundation
Interface Sortable4
-
public interface Sortable4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(int leftIndex, int rightIndex)
int
size()
void
swap(int leftIndex, int rightIndex)
-