scalation.util
The Swap class provides a method to swap elements in an Array or ArrayBuffer. Note, ArrayBuffer is resizable (similar to Java's ArrayList).
Swap
Swap two elements in a resizable array.
first element to swap
second element to swap
Swap two elements in a regular array.
The
Swap
class provides a method to swap elements in an Array or ArrayBuffer. Note, ArrayBuffer is resizable (similar to Java's ArrayList).