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

com.fillumina.performance.util.interval.BuildableInterval Maven / Gradle / Ivy

Go to download

Configurable tool to easily compare performances of different code snippets and to take performance telemetry of a running application.

The newest version!
package com.fillumina.performance.util.interval;

import java.util.Iterator;

/**
 *
 * @author Francesco Illuminati
 */
public interface BuildableInterval extends Iterator {

    void setFirst(final T first);

    void setLast(final T last);

    void setStep(final T step);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy