mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
14 lines
281 B
Java
Generated
14 lines
281 B
Java
Generated
// Generated automatically from javax.json.JsonString for testing purposes
|
|
|
|
package javax.json;
|
|
|
|
import javax.json.JsonValue;
|
|
|
|
public interface JsonString extends JsonValue
|
|
{
|
|
CharSequence getChars();
|
|
String getString();
|
|
boolean equals(Object p0);
|
|
int hashCode();
|
|
}
|