java.lang.Object
org.apache.jena.atlas.json.JsonValue
org.apache.jena.atlas.json.JsonPrimitive
org.apache.jena.atlas.json.JsonBoolean
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
boolean
value()
void
visit
(JsonVisitor visitor) Methods inherited from class org.apache.jena.atlas.json.JsonValue
getAsArray, getAsNumber, getAsObject, getAsString, isArray, isNull, isNumber, isObject, isPrimitive, isString, output, toString
-
Constructor Details
-
JsonBoolean
public JsonBoolean(boolean bool)
-
-
Method Details
-
isBoolean
public boolean isBoolean() -
getAsBoolean
- Overrides:
getAsBoolean
in classJsonValue
-
value
public boolean value() -
visit
-
hashCode
public int hashCode() -
equals
-