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

com.xqbase.util.concurrent.SimpleCountMap Maven / Gradle / Ivy

There is a newer version: 0.2.18
Show newest version
package com.xqbase.util.concurrent;

public class SimpleCountMap extends CountMap {
	private static final long serialVersionUID = 1L;

	@Override
	protected Count newCount() {
		return new Count();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy