|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Swapper
An object that can swap elements whose position is specified by integers
Arrays.quickSort(int, int, it.unimi.dsi.fastutil.ints.IntComparator, Swapper)
Method Summary | |
---|---|
void |
swap(int a,
int b)
Swaps the data at the given positions. |
Method Detail |
---|
void swap(int a, int b)
a
- the first position to swap.b
- the second position to swap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |