Uses of Interface
com.db4o.foundation.Sortable4
-
Packages that use Sortable4 Package Description com.db4o.foundation -
-
Uses of Sortable4 in com.db4o.foundation
Methods in com.db4o.foundation with parameters of type Sortable4 Modifier and Type Method Description static voidAlgorithms4. insertionSort(Sortable4 sortable, int start, int end)static voidAlgorithms4. qsort(Sortable4 sortable, int start, int end)static voidAlgorithms4. sort(Sortable4 sortable)static voidAlgorithms4. sort(Sortable4 sortable, int start, int end)
-