tech.tablesaw.splitting.dates.LocalDateSplitter Maven / Gradle / Ivy
package tech.tablesaw.splitting.dates;
/**
*
*/
public interface LocalDateSplitter {
int split(int packedLocalDate);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy