mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
14 lines
281 B
Java
14 lines
281 B
Java
// 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();
|
|
}
|