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

com.dslplatform.json.StringCache Maven / Gradle / Ivy

There is a newer version: 1.52.1
Show newest version
package com.dslplatform.json;

public interface StringCache {
	String get(char[] chars, int len);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy