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

com.vmlens.trace.agent.bootstrap.callback.getState.KeyValue Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package com.vmlens.trace.agent.bootstrap.callback.getState;

class KeyValue {
	
	public final Object key;
	public final Object value;
	
	public KeyValue(Object key, Object value) {
		super();
		this.key = key;
		this.value = value;
	}
	
	
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy