
com.dslplatform.json.StringCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsl-json Show documentation
Show all versions of dsl-json Show documentation
DSL Platform compatible Java JSON library (https://dsl-platform.com)
The newest version!
package com.dslplatform.json;
public interface StringCache {
String get(char[] chars, int len);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy