![JAR search and dependency download from the Maven repository](/logo.png)
com.pdd.pop.ext.codahale.metrics.Counting Maven / Gradle / Ivy
package com.pdd.pop.ext.codahale.metrics;
/**
* An interface for metric types which have counts.
*/
public interface Counting {
/**
* Returns the current count.
*
* @return the current count
*/
long getCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy