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

io.polaris.core.os.JMapHistoInfo Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.os;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
/**
 * @author Qt
 * @since 1.8
 */
@Getter
@Setter
@ToString
public class JMapHistoInfo {
	private int num;
	private int instances;
	private long bytes;
	private String className;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy