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

tech.tablesaw.splitting.dates.LocalDateSplitter Maven / Gradle / Ivy

There is a newer version: 0.43.1
Show newest version
package tech.tablesaw.splitting.dates;

/**
 *
 */
public interface LocalDateSplitter {

    int split(int packedLocalDate);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy