
uk.co.solong.collections.limiter.NoopLimiter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of collections Show documentation
Show all versions of collections Show documentation
A supplement to the Java Collections library.
The newest version!
package uk.co.solong.collections.limiter;
public class NoopLimiter implements Limiter {
/**
* Deliberately performs no-operation
*/
@Override
public void clockIn() throws InterruptedException {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy