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

org.caiguoqing.uyuni.rpc.pub.InterCount Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.caiguoqing.uyuni.rpc.pub;

import java.util.Map;
import java.util.Set;

/**
 * @author caiguoqing0427
 *
 */
public interface InterCount {
	public void add(String method);
	public Set method();
	public long method(String method);
	public Map getAll();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy