| Interface | Description |
|---|---|
| Swapper |
Interface for an object that knows how to swap elements at two positions
(a,b).
|
| Class | Description |
|---|---|
| Arrays |
Array manipulations; complements java.util.Arrays.
|
| GenericSorting |
Generically sorts arbitrary shaped data (for example multiple arrays, 1,2 or
3-d matrices, and so on) using a quicksort or mergesort.
|
| PersistentObject |
This empty class is the common root for all persistent capable classes.
|
| Sorting |
Quicksorts, mergesorts and binary searches; complements
java.util.Arrays.
|
Copyright © 2004–2015 CodeLutin. All rights reserved.