Package org.codelibs.jhighlight.fastutil
Interface Swapper
-
public interface SwapperAn object that can swap elements whose position is specified by integers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidswap(int a, int b)Swaps the data at the given positions.
-