org.carrot2.mahout.math.Swapper Maven / Gradle / Ivy
/* Imported from Mahout. */package org.carrot2.mahout.math;
public interface Swapper {
void swap(int a, int b);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
/* Imported from Mahout. */package org.carrot2.mahout.math;
public interface Swapper {
void swap(int a, int b);
}