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 void
Algorithms4. insertionSort(Sortable4 sortable, int start, int end)
static void
Algorithms4. qsort(Sortable4 sortable, int start, int end)
static void
Algorithms4. sort(Sortable4 sortable)
static void
Algorithms4. sort(Sortable4 sortable, int start, int end)
-