org.carrot2.mahout.math.buffer.IntBufferConsumer Maven / Gradle / Ivy
/* Imported from Mahout. */package org.carrot2.mahout.math.buffer;
import org.carrot2.mahout.math.list.IntArrayList;
public interface IntBufferConsumer {
void addAllOf(IntArrayList list);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy