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

tech.tablesaw.index.Index Maven / Gradle / Ivy

The newest version!
package tech.tablesaw.index;

/**
 * A marker interface for all index types
 *
 * 

Indexes are implemented as maps where each entry connects a column value to the set of row * indexes corresponding to the value */ public interface Index {}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy