- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface javax.json.JsonValuejavax.json.JsonValue.ValueType
 
 
- 
Field Summary
- 
Fields inherited from interface javax.json.JsonValueEMPTY_JSON_ARRAY, EMPTY_JSON_OBJECT, FALSE, NULL, TRUE
 
 
- 
Constructor Summary
Constructors 
| Constructor and Description |  
| JsonLongImpl(long value) |  
 
 
- 
Method Summary
- 
Methods inherited from interface javax.json.JsonValueasJsonArray, asJsonObject
 
 
 
- 
- 
Field Detail
- 
valueprivate final long value 
 
 
- 
Constructor Detail
- 
JsonLongImplJsonLongImpl(long value) 
 
 
- 
Method Detail
- 
intValuepublic int intValue() 
- Specified by:
- intValuein interface- javax.json.JsonNumber
 
 
- 
longValuepublic long longValue() 
- Specified by:
- longValuein interface- javax.json.JsonNumber
 
 
- 
toStringpublic String toString() 
- Specified by:
- toStringin interface- javax.json.JsonNumber
- Specified by:
- toStringin interface- javax.json.JsonValue
- Overrides:
- toStringin class- Object
 
 
- 
hashCodepublic int hashCode() 
- Specified by:
- hashCodein interface- javax.json.JsonNumber
- Overrides:
- hashCodein class- Object
 
 
 
 
 
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.