|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BigSwapper
An object that can swap elements whose positions is specified by longs.
BigArrays.quickSort(long, long, it.unimi.dsi.fastutil.longs.LongComparator, BigSwapper)
Method Summary | |
---|---|
void |
swap(long a,
long b)
Swaps the data at the given positions. |
Method Detail |
---|
void swap(long a, long 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 |