All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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