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

apoc.export.util.SizeCounter Maven / Gradle / Ivy

There is a newer version: 3.5.0.2
Show newest version
package apoc.export.util;

/**
 * @author mh
 * @since 22.05.16
 */
interface SizeCounter {
    long getNewLines();
    long getCount();
    long getTotal();
    long getPercent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy