A B C D E F G H I J K L M N O P Q R S T W Z 

A

add(JsonValue) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(String) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(BigDecimal) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(BigInteger) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(int) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(long) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(double) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(boolean) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(JsonObjectBuilder) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(JsonArrayBuilder) - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
add(JsonValue) - Method in class org.apache.fleece.core.JsonArrayImpl
 
add(int, JsonValue) - Method in class org.apache.fleece.core.JsonArrayImpl
 
add(String, JsonValue) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, String) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, BigInteger) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, BigDecimal) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, int) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, long) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, double) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, boolean) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, JsonObjectBuilder) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
add(String, JsonArrayBuilder) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
addAll(int, Collection<? extends JsonValue>) - Method in class org.apache.fleece.core.JsonArrayImpl
 
addInternal(JsonValue) - Method in class org.apache.fleece.core.JsonArrayImpl
 
addNull() - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
addNull(String) - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 
array - Variable in class org.apache.fleece.core.JsonGeneratorImpl
 
asEscapedChar(char) - Static method in class org.apache.fleece.core.Strings
 

B

bigDecimalValue() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
bigDecimalValue() - Method in class org.apache.fleece.core.JsonLongImpl
 
bigDecimalValue() - Method in class org.apache.fleece.core.JsonNumberImpl
 
bigIntegerValue() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
bigIntegerValue() - Method in class org.apache.fleece.core.JsonLongImpl
 
bigIntegerValue() - Method in class org.apache.fleece.core.JsonNumberImpl
 
bigIntegerValueExact() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
bigIntegerValueExact() - Method in class org.apache.fleece.core.JsonLongImpl
 
bigIntegerValueExact() - Method in class org.apache.fleece.core.JsonNumberImpl
 
BufferCache<T> - Class in org.apache.fleece.core
 
BufferCache(int) - Constructor for class org.apache.fleece.core.BufferCache
 
build() - Method in class org.apache.fleece.core.JsonArrayBuilderImpl
 
build() - Method in class org.apache.fleece.core.JsonObjectBuilderImpl
 

C

cache - Variable in class org.apache.fleece.core.JsonGeneratorImpl
 
clear() - Method in class org.apache.fleece.core.JsonArrayImpl
 
clear() - Method in class org.apache.fleece.core.JsonObjectImpl
 
close() - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
close() - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
close() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
close() - Method in class org.apache.fleece.core.JsonReaderImpl
 
close() - Method in class org.apache.fleece.core.JsonStreamParser
 
close() - Method in class org.apache.fleece.core.JsonWriterImpl
 
COMMA - Static variable in interface org.apache.fleece.core.JsonChars
 
createArrayBuilder() - Method in class org.apache.fleece.core.JsonBuilderFactoryImpl
 
createArrayBuilder() - Method in class org.apache.fleece.core.JsonProviderImpl
 
createBuilderFactory(Map<String, ?>) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createGenerator(Writer) - Method in class org.apache.fleece.core.JsonGeneratorFactoryImpl
 
createGenerator(OutputStream) - Method in class org.apache.fleece.core.JsonGeneratorFactoryImpl
 
createGenerator(OutputStream, Charset) - Method in class org.apache.fleece.core.JsonGeneratorFactoryImpl
 
createGenerator(Writer) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createGenerator(OutputStream) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createGeneratorFactory(Map<String, ?>) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createLocation() - Method in class org.apache.fleece.core.JsonStreamParser
 
createObjectBuilder() - Method in class org.apache.fleece.core.JsonBuilderFactoryImpl
 
createObjectBuilder() - Method in class org.apache.fleece.core.JsonProviderImpl
 
createParser(Reader) - Method in class org.apache.fleece.core.JsonParserFactoryImpl
 
createParser(InputStream) - Method in class org.apache.fleece.core.JsonParserFactoryImpl
 
createParser(InputStream, Charset) - Method in class org.apache.fleece.core.JsonParserFactoryImpl
 
createParser(JsonObject) - Method in class org.apache.fleece.core.JsonParserFactoryImpl
 
createParser(JsonArray) - Method in class org.apache.fleece.core.JsonParserFactoryImpl
 
createParser(InputStream) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createParser(Reader) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createParserFactory(Map<String, ?>) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createReader(InputStream) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createReader(Reader) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createReader(Reader) - Method in class org.apache.fleece.core.JsonReaderFactoryImpl
 
createReader(InputStream) - Method in class org.apache.fleece.core.JsonReaderFactoryImpl
 
createReader(InputStream, Charset) - Method in class org.apache.fleece.core.JsonReaderFactoryImpl
 
createReaderFactory(Map<String, ?>) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createWriter(Writer) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createWriter(OutputStream) - Method in class org.apache.fleece.core.JsonProviderImpl
 
createWriter(Writer) - Method in class org.apache.fleece.core.JsonWriterFactoryImpl
 
createWriter(OutputStream) - Method in class org.apache.fleece.core.JsonWriterFactoryImpl
 
createWriter(OutputStream, Charset) - Method in class org.apache.fleece.core.JsonWriterFactoryImpl
 
createWriterFactory(Map<String, ?>) - Method in class org.apache.fleece.core.JsonProviderImpl
 

D

DEFAULT_MAX_SIZE - Static variable in class org.apache.fleece.core.JsonParserFactoryImpl
 
DOT - Static variable in interface org.apache.fleece.core.JsonChars
 
doubleValue() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
doubleValue() - Method in class org.apache.fleece.core.JsonLongImpl
 
doubleValue() - Method in class org.apache.fleece.core.JsonNumberImpl
 

E

END_ARRAY - Static variable in class org.apache.fleece.core.JsonGeneratorImpl
 
END_ARRAY_CHAR - Static variable in interface org.apache.fleece.core.JsonChars
 
END_OBJECT - Static variable in class org.apache.fleece.core.JsonGeneratorImpl
 
END_OBJECT_CHAR - Static variable in interface org.apache.fleece.core.JsonChars
 
EOF - Static variable in interface org.apache.fleece.core.JsonChars
 
EOL - Static variable in interface org.apache.fleece.core.JsonChars
 
equals(Object) - Method in class org.apache.fleece.core.JsonArrayImpl
 
equals(Object) - Method in class org.apache.fleece.core.JsonDoubleImpl
 
equals(Object) - Method in class org.apache.fleece.core.JsonLocationImpl
 
equals(Object) - Method in class org.apache.fleece.core.JsonLongImpl
 
equals(Object) - Method in class org.apache.fleece.core.JsonNumberImpl
 
equals(Object) - Method in class org.apache.fleece.core.JsonObjectImpl
 
equals(Object) - Method in class org.apache.fleece.core.JsonStringImpl
 
escape(String) - Static method in class org.apache.fleece.core.Strings
 
ESCAPE_CHAR - Static variable in interface org.apache.fleece.core.JsonChars
 
EscapedStringAwareJsonParser - Interface in org.apache.fleece.core
 
EXP_LOWERCASE - Static variable in interface org.apache.fleece.core.JsonChars
 
EXP_UPPERCASE - Static variable in interface org.apache.fleece.core.JsonChars
 

F

FALSE_A - Static variable in interface org.apache.fleece.core.JsonChars
 
FALSE_E - Static variable in interface org.apache.fleece.core.JsonChars
 
FALSE_F - Static variable in interface org.apache.fleece.core.JsonChars
 
FALSE_L - Static variable in interface org.apache.fleece.core.JsonChars
 
FALSE_S - Static variable in interface org.apache.fleece.core.JsonChars
 
flush() - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
flush() - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
flush() - Method in class org.apache.fleece.core.JsonWriterImpl
 

G

getBigDecimal() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
getBigDecimal() - Method in class org.apache.fleece.core.JsonStreamParser
 
getBoolean(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getBoolean(int, boolean) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getBoolean(String) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getBoolean(String, boolean) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getCache() - Method in class org.apache.fleece.core.BufferCache
 
getChars() - Method in class org.apache.fleece.core.JsonStringImpl
 
getColumnNumber() - Method in class org.apache.fleece.core.JsonLocationImpl
 
getConfigInUse() - Method in class org.apache.fleece.core.JsonBuilderFactoryImpl
 
getConfigInUse() - Method in class org.apache.fleece.core.JsonGeneratorFactoryImpl
 
getConfigInUse() - Method in class org.apache.fleece.core.JsonParserFactoryImpl
 
getConfigInUse() - Method in class org.apache.fleece.core.JsonReaderFactoryImpl
 
getConfigInUse() - Method in class org.apache.fleece.core.JsonWriterFactoryImpl
 
getEscapedString() - Method in interface org.apache.fleece.core.EscapedStringAwareJsonParser
 
getEscapedString() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
getEscapedString() - Method in class org.apache.fleece.core.JsonStreamParser
 
getInt(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getInt(int, int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getInt() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
getInt(String) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getInt(String, int) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getInt() - Method in class org.apache.fleece.core.JsonStreamParser
 
getJsonArray(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getJsonArray(String) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getJsonNumber(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getJsonNumber(String) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getJsonObject(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getJsonObject(String) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getJsonString(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getJsonString(String) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getLineNumber() - Method in class org.apache.fleece.core.JsonLocationImpl
 
getLocation() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
getLocation() - Method in class org.apache.fleece.core.JsonStreamParser
 
getLong() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
getLong() - Method in class org.apache.fleece.core.JsonStreamParser
 
getObject() - Method in interface org.apache.fleece.core.JsonReaderListener
 
getStreamOffset() - Method in class org.apache.fleece.core.JsonLocationImpl
 
getString(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getString(int, String) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getString() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
getString(String) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getString(String, String) - Method in class org.apache.fleece.core.JsonObjectImpl
 
getString() - Method in class org.apache.fleece.core.JsonStreamParser
 
getString() - Method in class org.apache.fleece.core.JsonStringImpl
 
getValuesAs(Class<T>) - Method in class org.apache.fleece.core.JsonArrayImpl
 
getValueType() - Method in class org.apache.fleece.core.JsonArrayImpl
 
getValueType() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
getValueType() - Method in class org.apache.fleece.core.JsonLongImpl
 
getValueType() - Method in class org.apache.fleece.core.JsonNumberImpl
 
getValueType() - Method in class org.apache.fleece.core.JsonObjectImpl
 
getValueType() - Method in class org.apache.fleece.core.JsonStringImpl
 

H

hashCode() - Method in class org.apache.fleece.core.JsonArrayImpl
 
hashCode() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
hashCode() - Method in class org.apache.fleece.core.JsonLocationImpl
 
hashCode() - Method in class org.apache.fleece.core.JsonLongImpl
 
hashCode() - Method in class org.apache.fleece.core.JsonNumberImpl
 
hashCode() - Method in class org.apache.fleece.core.JsonObjectImpl
 
hashCode() - Method in class org.apache.fleece.core.JsonStringImpl
 
hasNext() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
hasNext() - Method in class org.apache.fleece.core.JsonStreamParser
 

I

intValue() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
intValue() - Method in class org.apache.fleece.core.JsonLongImpl
 
intValue() - Method in class org.apache.fleece.core.JsonNumberImpl
 
intValueExact() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
intValueExact() - Method in class org.apache.fleece.core.JsonLongImpl
 
intValueExact() - Method in class org.apache.fleece.core.JsonNumberImpl
 
isIntegral() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
isIntegral() - Method in class org.apache.fleece.core.JsonLongImpl
 
isIntegral() - Method in class org.apache.fleece.core.JsonNumberImpl
 
isIntegralNumber() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
isIntegralNumber() - Method in class org.apache.fleece.core.JsonStreamParser
 
isNull(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
isNull(String) - Method in class org.apache.fleece.core.JsonObjectImpl
 

J

JsonArrayBuilderImpl - Class in org.apache.fleece.core
 
JsonArrayBuilderImpl() - Constructor for class org.apache.fleece.core.JsonArrayBuilderImpl
 
JsonArrayImpl - Class in org.apache.fleece.core
 
JsonArrayImpl() - Constructor for class org.apache.fleece.core.JsonArrayImpl
 
JsonBuilderFactoryImpl - Class in org.apache.fleece.core
 
JsonBuilderFactoryImpl(Map<String, ?>) - Constructor for class org.apache.fleece.core.JsonBuilderFactoryImpl
 
JsonChars - Interface in org.apache.fleece.core
 
JsonDoubleImpl - Class in org.apache.fleece.core
 
JsonDoubleImpl(double) - Constructor for class org.apache.fleece.core.JsonDoubleImpl
 
JsonGeneratorFacade - Class in org.apache.fleece.core
 
JsonGeneratorFacade(JsonGenerator) - Constructor for class org.apache.fleece.core.JsonGeneratorFacade
 
JsonGeneratorFactoryImpl - Class in org.apache.fleece.core
 
JsonGeneratorFactoryImpl(Map<String, ?>) - Constructor for class org.apache.fleece.core.JsonGeneratorFactoryImpl
 
JsonGeneratorImpl<P extends JsonGeneratorImpl<?>> - Class in org.apache.fleece.core
 
JsonGeneratorImpl(Writer, ConcurrentMap<String, String>) - Constructor for class org.apache.fleece.core.JsonGeneratorImpl
 
JsonGeneratorImpl(Writer, P, boolean, ConcurrentMap<String, String>) - Constructor for class org.apache.fleece.core.JsonGeneratorImpl
 
JsonInMemoryParser - Class in org.apache.fleece.core
 
JsonInMemoryParser(JsonObject) - Constructor for class org.apache.fleece.core.JsonInMemoryParser
 
JsonInMemoryParser(JsonArray) - Constructor for class org.apache.fleece.core.JsonInMemoryParser
 
JsonLocationImpl - Class in org.apache.fleece.core
 
JsonLocationImpl(long, long, long) - Constructor for class org.apache.fleece.core.JsonLocationImpl
 
JsonLongImpl - Class in org.apache.fleece.core
 
JsonLongImpl(long) - Constructor for class org.apache.fleece.core.JsonLongImpl
 
JsonNumberImpl - Class in org.apache.fleece.core
 
JsonNumberImpl(BigDecimal) - Constructor for class org.apache.fleece.core.JsonNumberImpl
 
JsonObjectBuilderImpl - Class in org.apache.fleece.core
 
JsonObjectBuilderImpl() - Constructor for class org.apache.fleece.core.JsonObjectBuilderImpl
 
JsonObjectImpl - Class in org.apache.fleece.core
 
JsonObjectImpl() - Constructor for class org.apache.fleece.core.JsonObjectImpl
 
JsonParserFactoryImpl - Class in org.apache.fleece.core
 
JsonParserFactoryImpl(Map<String, ?>) - Constructor for class org.apache.fleece.core.JsonParserFactoryImpl
 
JsonPrettyGeneratorImpl - Class in org.apache.fleece.core
 
JsonPrettyGeneratorImpl(Writer, ConcurrentMap<String, String>) - Constructor for class org.apache.fleece.core.JsonPrettyGeneratorImpl
 
JsonPrettyGeneratorImpl(Writer, JsonPrettyGeneratorImpl, boolean, String, ConcurrentMap<String, String>) - Constructor for class org.apache.fleece.core.JsonPrettyGeneratorImpl
 
JsonProviderImpl - Class in org.apache.fleece.core
 
JsonProviderImpl() - Constructor for class org.apache.fleece.core.JsonProviderImpl
 
JsonReaderFactoryImpl - Class in org.apache.fleece.core
 
JsonReaderFactoryImpl(Map<String, ?>) - Constructor for class org.apache.fleece.core.JsonReaderFactoryImpl
 
JsonReaderImpl - Class in org.apache.fleece.core
 
JsonReaderImpl(InputStream) - Constructor for class org.apache.fleece.core.JsonReaderImpl
 
JsonReaderImpl(Reader) - Constructor for class org.apache.fleece.core.JsonReaderImpl
 
JsonReaderImpl(EscapedStringAwareJsonParser, JsonReaderListenerFactory) - Constructor for class org.apache.fleece.core.JsonReaderImpl
 
JsonReaderListener - Interface in org.apache.fleece.core
 
JsonReaderListenerFactory - Interface in org.apache.fleece.core
 
JsonStreamParser - Class in org.apache.fleece.core
 
JsonStreamParser(Reader, int) - Constructor for class org.apache.fleece.core.JsonStreamParser
 
JsonStreamParser(InputStream, int) - Constructor for class org.apache.fleece.core.JsonStreamParser
 
JsonStreamParser(InputStream, Charset, int) - Constructor for class org.apache.fleece.core.JsonStreamParser
 
JsonStringImpl - Class in org.apache.fleece.core
 
JsonStringImpl(String) - Constructor for class org.apache.fleece.core.JsonStringImpl
 
JsonStringImpl(String, String) - Constructor for class org.apache.fleece.core.JsonStringImpl
 
JsonWriterFactoryImpl - Class in org.apache.fleece.core
 
JsonWriterFactoryImpl(Map<String, ?>) - Constructor for class org.apache.fleece.core.JsonWriterFactoryImpl
 
JsonWriterImpl - Class in org.apache.fleece.core
 
JsonWriterImpl(JsonGenerator) - Constructor for class org.apache.fleece.core.JsonWriterImpl
 

K

KEY_SEPARATOR - Static variable in interface org.apache.fleece.core.JsonChars
 

L

location(JsonParser) - Static method in class org.apache.fleece.core.JsonStreamParser
 
longValue() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
longValue() - Method in class org.apache.fleece.core.JsonLongImpl
 
longValue() - Method in class org.apache.fleece.core.JsonNumberImpl
 
longValueExact() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
longValueExact() - Method in class org.apache.fleece.core.JsonLongImpl
 
longValueExact() - Method in class org.apache.fleece.core.JsonNumberImpl
 

M

MAX_STRING_LENGTH - Static variable in class org.apache.fleece.core.JsonParserFactoryImpl
 
MINUS - Static variable in interface org.apache.fleece.core.JsonChars
 

N

needComma - Variable in class org.apache.fleece.core.JsonGeneratorImpl
 
newJsonGenerator(Writer, P, boolean) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
newJsonGenerator(Writer, JsonPrettyGeneratorImpl, boolean) - Method in class org.apache.fleece.core.JsonPrettyGeneratorImpl
 
newValue(int) - Method in class org.apache.fleece.core.BufferCache
 
next() - Method in class org.apache.fleece.core.JsonInMemoryParser
 
next() - Method in class org.apache.fleece.core.JsonStreamParser
 
NINE - Static variable in interface org.apache.fleece.core.JsonChars
 
noCheckWriteAndForceComma(String) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
noCheckWriteAndForceComma(String) - Method in class org.apache.fleece.core.JsonPrettyGeneratorImpl
 
NULL - Static variable in interface org.apache.fleece.core.JsonChars
 
NULL - Static variable in class org.apache.fleece.core.JsonGeneratorImpl
 
NULL_KEY - Static variable in class org.apache.fleece.core.JsonGeneratorImpl
 
NULL_L - Static variable in interface org.apache.fleece.core.JsonChars
 
NULL_N - Static variable in interface org.apache.fleece.core.JsonChars
 
NULL_U - Static variable in interface org.apache.fleece.core.JsonChars
 

O

onArray(Object) - Method in interface org.apache.fleece.core.JsonReaderListener
 
onBigDecimal(BigDecimal) - Method in interface org.apache.fleece.core.JsonReaderListener
 
onFalse() - Method in interface org.apache.fleece.core.JsonReaderListener
 
onKey(String) - Method in interface org.apache.fleece.core.JsonReaderListener
 
onLong(long) - Method in interface org.apache.fleece.core.JsonReaderListener
 
onNull() - Method in interface org.apache.fleece.core.JsonReaderListener
 
onObject(Object) - Method in interface org.apache.fleece.core.JsonReaderListener
 
onTrue() - Method in interface org.apache.fleece.core.JsonReaderListener
 
onValue(String, String) - Method in interface org.apache.fleece.core.JsonReaderListener
 
org.apache.fleece.core - package org.apache.fleece.core
 

P

parent - Variable in class org.apache.fleece.core.JsonGeneratorImpl
 
PLUS - Static variable in interface org.apache.fleece.core.JsonChars
 
put(String, JsonValue) - Method in class org.apache.fleece.core.JsonObjectImpl
 
putAll(Map<? extends String, ? extends JsonValue>) - Method in class org.apache.fleece.core.JsonObjectImpl
 
putInternal(String, JsonValue) - Method in class org.apache.fleece.core.JsonObjectImpl
 

Q

QUOTE - Static variable in interface org.apache.fleece.core.JsonChars
 

R

read() - Method in class org.apache.fleece.core.JsonReaderImpl
 
readArray() - Method in class org.apache.fleece.core.JsonReaderImpl
 
readObject() - Method in class org.apache.fleece.core.JsonReaderImpl
 
release(T) - Method in class org.apache.fleece.core.BufferCache
 
remove(Object) - Method in class org.apache.fleece.core.JsonArrayImpl
 
remove(int) - Method in class org.apache.fleece.core.JsonArrayImpl
 
remove(Object) - Method in class org.apache.fleece.core.JsonObjectImpl
 
removeAll(Collection<?>) - Method in class org.apache.fleece.core.JsonArrayImpl
 
retainAll(Collection<?>) - Method in class org.apache.fleece.core.JsonArrayImpl
 

S

set(int, JsonValue) - Method in class org.apache.fleece.core.JsonArrayImpl
 
SPACE - Static variable in interface org.apache.fleece.core.JsonChars
 
START_ARRAY - Static variable in class org.apache.fleece.core.JsonGeneratorImpl
 
START_ARRAY_CHAR - Static variable in interface org.apache.fleece.core.JsonChars
 
START_OBJECT - Static variable in class org.apache.fleece.core.JsonGeneratorImpl
 
START_OBJECT_CHAR - Static variable in interface org.apache.fleece.core.JsonChars
 
Strings - Class in org.apache.fleece.core
 
subArray() - Method in interface org.apache.fleece.core.JsonReaderListenerFactory
 
subObject() - Method in interface org.apache.fleece.core.JsonReaderListenerFactory
 

T

toString() - Method in class org.apache.fleece.core.JsonArrayImpl
 
toString() - Method in class org.apache.fleece.core.JsonDoubleImpl
 
toString() - Method in class org.apache.fleece.core.JsonLongImpl
 
toString() - Method in class org.apache.fleece.core.JsonNumberImpl
 
toString() - Method in class org.apache.fleece.core.JsonObjectImpl
 
toString() - Method in class org.apache.fleece.core.JsonStringImpl
 
TRUE_E - Static variable in interface org.apache.fleece.core.JsonChars
 
TRUE_R - Static variable in interface org.apache.fleece.core.JsonChars
 
TRUE_T - Static variable in interface org.apache.fleece.core.JsonChars
 
TRUE_U - Static variable in interface org.apache.fleece.core.JsonChars
 

W

write(String, JsonValue) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String, String) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String, BigInteger) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String, BigDecimal) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String, int) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String, long) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String, double) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String, boolean) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(JsonValue) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(BigDecimal) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(BigInteger) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(int) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(long) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(double) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(boolean) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
write(String, JsonValue) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(String, String) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(String, BigInteger) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(String, BigDecimal) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(String, int) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(String, long) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(String, double) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(String, boolean) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(JsonValue) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(String) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(BigDecimal) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(BigInteger) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(int) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(long) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(double) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(boolean) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
write(JsonStructure) - Method in class org.apache.fleece.core.JsonWriterImpl
 
writeArray(JsonArray) - Method in class org.apache.fleece.core.JsonWriterImpl
 
writeEnd() - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
writeEnd() - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
writeEnd() - Method in class org.apache.fleece.core.JsonPrettyGeneratorImpl
 
writeNull(String) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
writeNull() - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
writeNull(String) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
writeNull() - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
writeObject(JsonObject) - Method in class org.apache.fleece.core.JsonWriterImpl
 
writer - Variable in class org.apache.fleece.core.JsonGeneratorImpl
 
writeStartArray() - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
writeStartArray(String) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
writeStartArray() - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
writeStartArray(String) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
writeStartArray() - Method in class org.apache.fleece.core.JsonPrettyGeneratorImpl
 
writeStartArray(String) - Method in class org.apache.fleece.core.JsonPrettyGeneratorImpl
 
writeStartObject() - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
writeStartObject(String) - Method in class org.apache.fleece.core.JsonGeneratorFacade
 
writeStartObject() - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
writeStartObject(String) - Method in class org.apache.fleece.core.JsonGeneratorImpl
 
writeStartObject() - Method in class org.apache.fleece.core.JsonPrettyGeneratorImpl
 
writeStartObject(String) - Method in class org.apache.fleece.core.JsonPrettyGeneratorImpl
 

Z

ZERO - Static variable in interface org.apache.fleece.core.JsonChars
 
A B C D E F G H I J K L M N O P Q R S T W Z 

Copyright © 2014 The Apache Software Foundation. All rights reserved.