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

io.github.vmzakharov.ecdataframe.dataframe.DfCellComparator Maven / Gradle / Ivy

The newest version!
package io.github.vmzakharov.ecdataframe.dataframe;

import io.github.vmzakharov.ecdataframe.dataframe.compare.ComparisonResult;

public interface DfCellComparator
{
    ComparisonResult compare(int thisRowIndex, int otherRowIndex);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy