Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accumulate(String, Object) - Method in class org.json.JSONObject
-
Appends
valueto the array already mapped toname. - ActionCodeEmailInfo - Interface in com.google.firebase.auth
- ActionCodeInfo - Interface in com.google.firebase.auth
- ActionCodeMultiFactorInfo - Interface in com.google.firebase.auth
- ActionCodeResult - Interface in com.google.firebase.auth
- add(ArraySet<T>, T) - Static method in class com.android.internal.util.ArrayUtils
- add(ArrayList<T>, int, T) - Static method in class com.android.internal.util.ArrayUtils
- add(ArrayList<T>, T) - Static method in class com.android.internal.util.ArrayUtils
- addAll(ArraySet<T>, Collection<T>) - Static method in class com.android.internal.util.ArrayUtils
-
Similar to
Set.addAll(Collection)}, but with support for set values ofnull. - addCustomParameters(Map<String, String>) - Method in class com.google.firebase.auth.OAuthProvider.Builder
- append(boolean[], int, boolean) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Primitive boolean version of
GrowingArrayUtils.append(Object[], int, Object). - append(float[], int, float) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Primitive float version of
GrowingArrayUtils.append(Object[], int, Object). - append(int[], int, int) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Primitive int version of
GrowingArrayUtils.append(Object[], int, Object). - append(long[], int, long) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Primitive long version of
GrowingArrayUtils.append(Object[], int, Object). - append(String, Object) - Method in class org.json.JSONObject
-
Appends values to the array mapped to
name. - append(T[], int, T) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Appends an element to the end of the array, growing the array if there is no more room.
- appendElement(Class<T>, T[], T) - Static method in class com.android.internal.util.ArrayUtils
-
Adds value to given array if not already present, providing set-like behavior.
- appendElement(Class<T>, T[], T, boolean) - Static method in class com.android.internal.util.ArrayUtils
-
Adds value to given array.
- appendInt(int[], int) - Static method in class com.android.internal.util.ArrayUtils
-
Adds value to given array if not already present, providing set-like behavior.
- appendInt(int[], int, boolean) - Static method in class com.android.internal.util.ArrayUtils
-
Adds value to given array.
- appendLong(long[], long) - Static method in class com.android.internal.util.ArrayUtils
-
Adds value to given array if not already present, providing set-like behavior.
- appendLong(long[], long, boolean) - Static method in class com.android.internal.util.ArrayUtils
-
Adds value to given array if not already present, providing set-like behavior.
- array() - Method in class org.json.JSONStringer
-
Begins encoding a new array.
- ArrayUtils - Class in com.android.internal.util
-
Static utility methods for arrays that aren't already included in
Arrays. - AuthCredential - Class in com.google.firebase.auth
- AuthCredential() - Constructor for class com.google.firebase.auth.AuthCredential
- AuthResult - Interface in com.google.firebase.auth
B
- back() - Method in class org.json.JSONTokener
-
Unreads the most recent character of input.
- Background - Annotation Interface in com.google.firebase.annotations.concurrent
- Blocking - Annotation Interface in com.google.firebase.annotations.concurrent
- build() - Method in class com.google.firebase.auth.OAuthProvider.Builder
- build() - Method in class com.google.firebase.auth.OAuthProvider.CredentialBuilder
- Builder() - Constructor for class com.google.firebase.auth.OAuthProvider.Builder
C
- checkBounds(int, int) - Static method in class com.android.internal.util.ArrayUtils
-
Throws
ArrayIndexOutOfBoundsExceptionif the index is out of bounds. - cloneOrNull(long[]) - Static method in class com.android.internal.util.ArrayUtils
- cloneOrNull(ArraySet<T>) - Static method in class com.android.internal.util.ArrayUtils
- cloneOrNull(T[]) - Static method in class com.android.internal.util.ArrayUtils
-
Clones an array or returns null if the array is null.
- com.android.internal.util - package com.android.internal.util
- com.google.android.collect - package com.google.android.collect
- com.google.firebase.annotations.concurrent - package com.google.firebase.annotations.concurrent
- com.google.firebase.auth - package com.google.firebase.auth
- concat(byte[]...) - Static method in class com.android.internal.util.ArrayUtils
-
Returns the concatenation of the given byte arrays.
- concat(Class<T>, T[]...) - Static method in class com.android.internal.util.ArrayUtils
-
Returns the concatenation of the given arrays.
- contains(char[], char) - Static method in class com.android.internal.util.ArrayUtils
- contains(int[], int) - Static method in class com.android.internal.util.ArrayUtils
- contains(long[], long) - Static method in class com.android.internal.util.ArrayUtils
- contains(Collection<T>, T) - Static method in class com.android.internal.util.ArrayUtils
- contains(T[], T) - Static method in class com.android.internal.util.ArrayUtils
-
Checks that value is present as at least one of the elements of the array.
- containsAll(char[], char[]) - Static method in class com.android.internal.util.ArrayUtils
-
Test if all
checkitems are contained inarray. - containsAll(T[], T[]) - Static method in class com.android.internal.util.ArrayUtils
-
Test if all
checkitems are contained inarray. - containsAny(T[], T[]) - Static method in class com.android.internal.util.ArrayUtils
-
Test if any
checkitems are contained inarray. - convertToIntArray(ArraySet<Integer>) - Static method in class com.android.internal.util.ArrayUtils
- convertToIntArray(List<Integer>) - Static method in class com.android.internal.util.ArrayUtils
-
Deprecated.
- convertToLongArray(int[]) - Static method in class com.android.internal.util.ArrayUtils
- CredentialBuilder() - Constructor for class com.google.firebase.auth.OAuthProvider.CredentialBuilder
D
- dalvik.system - package dalvik.system
- deepToString(Object) - Static method in class com.android.internal.util.ArrayUtils
- defeatNullable(int[]) - Static method in class com.android.internal.util.ArrayUtils
- defeatNullable(File[]) - Static method in class com.android.internal.util.ArrayUtils
- defeatNullable(String[]) - Static method in class com.android.internal.util.ArrayUtils
- dehexchar(char) - Static method in class org.json.JSONTokener
-
Returns the integer [0..15] value for the given hex character, or -1 for non-hex input.
E
- EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
- EmailAuthProvider - Class in com.google.firebase.auth
- EmailAuthProvider() - Constructor for class com.google.firebase.auth.EmailAuthProvider
- EMPTY_FILE - Static variable in class com.android.internal.util.ArrayUtils
- emptyArray(Class<T>) - Static method in class com.android.internal.util.ArrayUtils
-
Returns an empty array of the specified type.
- emptyIfNull(T[], Class<T>) - Static method in class com.android.internal.util.ArrayUtils
-
Returns the same array or an empty one if it's null.
- endArray() - Method in class org.json.JSONStringer
-
Ends encoding the current array.
- endObject() - Method in class org.json.JSONStringer
-
Ends encoding the current object.
- equals(byte[], byte[], int) - Static method in class com.android.internal.util.ArrayUtils
-
Checks if the beginnings of two byte arrays are equal.
- equals(Object) - Method in class org.json.JSONArray
- ERROR - Static variable in interface com.google.firebase.auth.ActionCodeResult
F
- FacebookAuthProvider - Class in com.google.firebase.auth
- FacebookAuthProvider() - Constructor for class com.google.firebase.auth.FacebookAuthProvider
- filter(T[], IntFunction<T[]>, Predicate<T>) - Static method in class com.android.internal.util.ArrayUtils
-
Returns an array containing elements from the given one that match the given predicate.
- filterNotNull(T[], IntFunction<T[]>) - Static method in class com.android.internal.util.ArrayUtils
-
Returns an array with values from
valminusnullvalues - find(T[], Predicate<T>) - Static method in class com.android.internal.util.ArrayUtils
-
Returns the first element from the array for which condition
predicateis true, or null if there is no such element - FirebaseAuthRegistrar - Class in com.google.firebase.auth
- FirebaseAuthRegistrar() - Constructor for class com.google.firebase.auth.FirebaseAuthRegistrar
- firstOrNull(T[]) - Static method in class com.android.internal.util.ArrayUtils
- ForceResendingToken() - Constructor for class com.google.firebase.auth.PhoneAuthProvider.ForceResendingToken
- FROM_EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
G
- get(int) - Method in class org.json.JSONArray
-
Returns the value at
index. - get(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
name, or throws if no such mapping exists. - getBoolean(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a boolean or can be coerced to a boolean. - getBoolean(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a boolean or can be coerced to a boolean, or throws otherwise. - getComponents() - Method in class com.google.firebase.auth.FirebaseAuthRegistrar
- getCredential(String) - Static method in class com.google.firebase.auth.FacebookAuthProvider
- getCredential(String) - Static method in class com.google.firebase.auth.GithubAuthProvider
- getCredential(String, String) - Static method in class com.google.firebase.auth.EmailAuthProvider
- getCredential(String, String) - Static method in class com.google.firebase.auth.GoogleAuthProvider
- getCredential(String, String) - Static method in class com.google.firebase.auth.OAuthProvider
- getCredential(String, String) - Static method in class com.google.firebase.auth.PhoneAuthProvider
- getCredential(String, String) - Static method in class com.google.firebase.auth.TwitterAuthProvider
- getCredentialWithLink(String, String) - Static method in class com.google.firebase.auth.EmailAuthProvider
- getDouble(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a double or can be coerced to a double. - getDouble(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a double or can be coerced to a double, or throws otherwise. - getEmail() - Method in interface com.google.firebase.auth.ActionCodeInfo
- getInfo() - Method in interface com.google.firebase.auth.ActionCodeResult
- getInstance(FirebaseAuth) - Static method in class com.google.firebase.auth.PhoneAuthProvider
- getInt(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is an int or can be coerced to an int. - getInt(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is an int or can be coerced to an int, or throws otherwise. - getJSONArray(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is aJSONArray. - getJSONArray(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is aJSONArray, or throws otherwise. - getJSONObject(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is aJSONObject. - getJSONObject(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is aJSONObject, or throws otherwise. - getLong(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a long or can be coerced to a long. - getLong(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a long or can be coerced to a long, or throws otherwise. - getMultiFactorInfo() - Method in interface com.google.firebase.auth.ActionCodeMultiFactorInfo
- getOperation() - Method in interface com.google.firebase.auth.ActionCodeResult
- getOrNull(T[], int) - Static method in class com.android.internal.util.ArrayUtils
-
Returns the
i-th item initems, if it exists anditemsis notnull, otherwise returnsnull. - getPreviousEmail() - Method in interface com.google.firebase.auth.ActionCodeEmailInfo
- getProvider() - Method in class com.google.firebase.auth.AuthCredential
- getRuntime() - Static method in class dalvik.system.VMRuntime
- getString(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists, coercing it if necessary. - getString(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists, coercing it if necessary, or throws if no such mapping exists. - getUser() - Method in interface com.google.firebase.auth.AuthResult
- GithubAuthProvider - Class in com.google.firebase.auth
- GithubAuthProvider() - Constructor for class com.google.firebase.auth.GithubAuthProvider
- GoogleAuthProvider - Class in com.google.firebase.auth
- GoogleAuthProvider() - Constructor for class com.google.firebase.auth.GoogleAuthProvider
- GrowingArrayUtils - Class in com.android.internal.util
-
A helper class that aims to provide comparable growth performance to ArrayList, but on primitive arrays.
- growSize(int) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Given the current size of an array, returns an ideal size to which the array should grow.
H
- has(String) - Method in class org.json.JSONObject
-
Returns true if this object has a mapping for
name. - hashCode() - Method in class org.json.JSONArray
I
- indexOf(T[], T) - Static method in class com.android.internal.util.ArrayUtils
-
Return first index of
valueinarray, or-1if not found. - insert(boolean[], int, int, boolean) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Primitive boolean version of
GrowingArrayUtils.insert(Object[], int, int, Object). - insert(int[], int, int, int) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Primitive int version of
GrowingArrayUtils.insert(Object[], int, int, Object). - insert(long[], int, int, long) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Primitive long version of
GrowingArrayUtils.insert(Object[], int, int, Object). - insert(T[], int, int, T) - Static method in class com.android.internal.util.GrowingArrayUtils
-
Inserts an element into the array at the specified index, growing the array if there is no more room.
- isEmpty(boolean[]) - Static method in class com.android.internal.util.ArrayUtils
-
Checks if given array is null or has zero elements.
- isEmpty(byte[]) - Static method in class com.android.internal.util.ArrayUtils
-
Checks if given array is null or has zero elements.
- isEmpty(int[]) - Static method in class com.android.internal.util.ArrayUtils
-
Checks if given array is null or has zero elements.
- isEmpty(long[]) - Static method in class com.android.internal.util.ArrayUtils
-
Checks if given array is null or has zero elements.
- isEmpty(Collection<?>) - Static method in class com.android.internal.util.ArrayUtils
-
Checks if given array is null or has zero elements.
- isEmpty(Map<?, ?>) - Static method in class com.android.internal.util.ArrayUtils
-
Checks if given map is null or has zero elements.
- isEmpty(T[]) - Static method in class com.android.internal.util.ArrayUtils
-
Checks if given array is null or has zero elements.
- isNull(int) - Method in class org.json.JSONArray
-
Returns true if this array has no value at
index, or if its value is thenullreference orJSONObject.NULL. - isNull(String) - Method in class org.json.JSONObject
-
Returns true if this object has no mapping for
nameor if it has a mapping whose value isJSONObject.NULL.
J
- join(String) - Method in class org.json.JSONArray
-
Returns a new string by alternating this array's values with
separator. - JSONArray - Class in org.json
-
A dense indexed sequence of values.
- JSONArray() - Constructor for class org.json.JSONArray
-
Creates a
JSONArraywith no values. - JSONArray(Object) - Constructor for class org.json.JSONArray
-
Creates a new
JSONArraywith values from the given primitive array. - JSONArray(String) - Constructor for class org.json.JSONArray
-
Creates a new
JSONArraywith values from the JSON string. - JSONArray(Collection) - Constructor for class org.json.JSONArray
-
Creates a new
JSONArrayby copying all values from the given collection. - JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
-
Creates a new
JSONArraywith values from the next array in the tokener. - JSONException - Exception in org.json
-
Thrown to indicate a problem with the JSON API.
- JSONException(String) - Constructor for exception org.json.JSONException
- JSONException(String, Throwable) - Constructor for exception org.json.JSONException
- JSONException(Throwable) - Constructor for exception org.json.JSONException
- JSONObject - Class in org.json
-
A modifiable set of name/value mappings.
- JSONObject() - Constructor for class org.json.JSONObject
-
Creates a
JSONObjectwith no name/value mappings. - JSONObject(String) - Constructor for class org.json.JSONObject
-
Creates a new
JSONObjectwith name/value mappings from the JSON string. - JSONObject(Map) - Constructor for class org.json.JSONObject
-
Creates a new
JSONObjectby copying all name/value mappings from the given map. - JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
-
Creates a new
JSONObjectby copying mappings for the listed names from the given object. - JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
-
Creates a new
JSONObjectwith name/value mappings from the next object in the tokener. - JSONStringer - Class in org.json
-
Implements
JSONObject.toString()andJSONArray.toString(). - JSONStringer() - Constructor for class org.json.JSONStringer
- JSONTokener - Class in org.json
-
Parses a JSON (RFC 4627) encoded string into the corresponding object.
- JSONTokener(String) - Constructor for class org.json.JSONTokener
K
- key(String) - Method in class org.json.JSONStringer
-
Encodes the key (property name) to this stringer.
- keys() - Method in class org.json.JSONObject
-
Returns an iterator of the
Stringnames in this object. - keySet() - Method in class org.json.JSONObject
-
Returns the set of
Stringnames in this object.
L
- length() - Method in class org.json.JSONArray
-
Returns the number of values in this array.
- length() - Method in class org.json.JSONObject
-
Returns the number of name/value mappings in this object.
- Lightweight - Annotation Interface in com.google.firebase.annotations.concurrent
- Lists - Class in com.google.android.collect
- Lists() - Constructor for class com.google.android.collect.Lists
M
- more() - Method in class org.json.JSONTokener
-
Returns true until the input has been exhausted.
N
- names() - Method in class org.json.JSONObject
-
Returns an array containing the string names in this object.
- newArrayList() - Static method in class com.google.android.collect.Lists
- newArrayList(E...) - Static method in class com.google.android.collect.Lists
- newBuilder(String, FirebaseAuth) - Static method in class com.google.firebase.auth.OAuthProvider
- newCredentialBuilder(String) - Static method in class com.google.firebase.auth.OAuthProvider
- newUnpaddedArray(Class<T>, int) - Static method in class com.android.internal.util.ArrayUtils
- newUnpaddedArray(Class<T>, int) - Method in class dalvik.system.VMRuntime
- newUnpaddedBooleanArray(int) - Static method in class com.android.internal.util.ArrayUtils
- newUnpaddedByteArray(int) - Static method in class com.android.internal.util.ArrayUtils
- newUnpaddedCharArray(int) - Static method in class com.android.internal.util.ArrayUtils
- newUnpaddedFloatArray(int) - Static method in class com.android.internal.util.ArrayUtils
- newUnpaddedIntArray(int) - Static method in class com.android.internal.util.ArrayUtils
- newUnpaddedLongArray(int) - Static method in class com.android.internal.util.ArrayUtils
- newUnpaddedObjectArray(int) - Static method in class com.android.internal.util.ArrayUtils
- next() - Method in class org.json.JSONTokener
-
Returns the next available character, or the null character '\0' if all input has been exhausted.
- next(char) - Method in class org.json.JSONTokener
-
Returns the next available character if it equals
c. - next(int) - Method in class org.json.JSONTokener
-
Returns the next
lengthcharacters of the input. - nextClean() - Method in class org.json.JSONTokener
-
Returns the next character that is not whitespace and does not belong to a comment.
- nextString(char) - Method in class org.json.JSONTokener
-
Returns the string up to but not including
quote, unescaping any character escape sequences encountered along the way. - nextTo(char) - Method in class org.json.JSONTokener
-
Equivalent to
nextTo(String.valueOf(excluded)). - nextTo(String) - Method in class org.json.JSONTokener
-
Returns the
trimmedstring holding the characters up to but not including the first of: any character inexcludeda newline character '\n' a carriage return '\r' - nextValue() - Method in class org.json.JSONTokener
-
Returns the next value from the input.
- NULL - Static variable in class org.json.JSONObject
-
A sentinel value used to explicitly define a name with no value.
- numberToString(Number) - Static method in class org.json.JSONObject
-
Encodes the number as a JSON string.
O
- OAuthProvider - Class in com.google.firebase.auth
- OAuthProvider(OAuthProvider.Builder) - Constructor for class com.google.firebase.auth.OAuthProvider
- OAuthProvider.Builder - Class in com.google.firebase.auth
- OAuthProvider.CredentialBuilder - Class in com.google.firebase.auth
- object() - Method in class org.json.JSONStringer
-
Begins encoding a new object.
- onCodeAutoRetrievalTimeOut(String) - Method in class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
- onCodeSent(String, PhoneAuthProvider.ForceResendingToken) - Method in class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
- onVerificationCompleted(PhoneAuthCredential) - Method in class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
- onVerificationFailed(FirebaseException) - Method in class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
- OnVerificationStateChangedCallbacks() - Constructor for class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
- opt(int) - Method in class org.json.JSONArray
-
Returns the value at
index, or null if the array has no value atindex. - opt(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
name, or null if no such mapping exists. - optBoolean(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a boolean or can be coerced to a boolean. - optBoolean(int, boolean) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a boolean or can be coerced to a boolean. - optBoolean(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a boolean or can be coerced to a boolean, or false otherwise. - optBoolean(String, boolean) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a boolean or can be coerced to a boolean, orfallbackotherwise. - optDouble(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a double or can be coerced to a double. - optDouble(int, double) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a double or can be coerced to a double. - optDouble(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a double or can be coerced to a double, orNaNotherwise. - optDouble(String, double) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a double or can be coerced to a double, orfallbackotherwise. - optInt(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is an int or can be coerced to an int. - optInt(int, int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is an int or can be coerced to an int. - optInt(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is an int or can be coerced to an int, or 0 otherwise. - optInt(String, int) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is an int or can be coerced to an int, orfallbackotherwise. - optJSONArray(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is aJSONArray. - optJSONArray(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is aJSONArray, or null otherwise. - optJSONObject(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is aJSONObject. - optJSONObject(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is aJSONObject, or null otherwise. - optLong(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a long or can be coerced to a long. - optLong(int, long) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists and is a long or can be coerced to a long. - optLong(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a long or can be coerced to a long, or 0 otherwise. - optLong(String, long) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists and is a long or can be coerced to a long, orfallbackotherwise. - optString(int) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists, coercing it if necessary. - optString(int, String) - Method in class org.json.JSONArray
-
Returns the value at
indexif it exists, coercing it if necessary. - optString(String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists, coercing it if necessary, or the empty string if no such mapping exists. - optString(String, String) - Method in class org.json.JSONObject
-
Returns the value mapped by
nameif it exists, coercing it if necessary, orfallbackif no such mapping exists. - org.json - package org.json
P
- PASSWORD_RESET - Static variable in interface com.google.firebase.auth.ActionCodeResult
- PathClassLoader - Class in dalvik.system
- PathClassLoader() - Constructor for class dalvik.system.PathClassLoader
- PhoneAuthProvider - Class in com.google.firebase.auth
- PhoneAuthProvider() - Constructor for class com.google.firebase.auth.PhoneAuthProvider
- PhoneAuthProvider.ForceResendingToken - Class in com.google.firebase.auth
- PhoneAuthProvider.OnVerificationStateChangedCallbacks - Class in com.google.firebase.auth
- put(boolean) - Method in class org.json.JSONArray
-
Appends
valueto the end of this array. - put(double) - Method in class org.json.JSONArray
-
Appends
valueto the end of this array. - put(int) - Method in class org.json.JSONArray
-
Appends
valueto the end of this array. - put(int, boolean) - Method in class org.json.JSONArray
-
Sets the value at
indextovalue, null padding this array to the required length if necessary. - put(int, double) - Method in class org.json.JSONArray
-
Sets the value at
indextovalue, null padding this array to the required length if necessary. - put(int, int) - Method in class org.json.JSONArray
-
Sets the value at
indextovalue, null padding this array to the required length if necessary. - put(int, long) - Method in class org.json.JSONArray
-
Sets the value at
indextovalue, null padding this array to the required length if necessary. - put(int, Object) - Method in class org.json.JSONArray
-
Sets the value at
indextovalue, null padding this array to the required length if necessary. - put(long) - Method in class org.json.JSONArray
-
Appends
valueto the end of this array. - put(Object) - Method in class org.json.JSONArray
-
Appends
valueto the end of this array. - put(String, boolean) - Method in class org.json.JSONObject
-
Maps
nametovalue, clobbering any existing name/value mapping with the same name. - put(String, double) - Method in class org.json.JSONObject
-
Maps
nametovalue, clobbering any existing name/value mapping with the same name. - put(String, int) - Method in class org.json.JSONObject
-
Maps
nametovalue, clobbering any existing name/value mapping with the same name. - put(String, long) - Method in class org.json.JSONObject
-
Maps
nametovalue, clobbering any existing name/value mapping with the same name. - put(String, Object) - Method in class org.json.JSONObject
-
Maps
nametovalue, clobbering any existing name/value mapping with the same name. - putOpt(String, Object) - Method in class org.json.JSONObject
-
Equivalent to
put(name, value)when both parameters are non-null; does nothing otherwise.
Q
- quote(String) - Static method in class org.json.JSONObject
-
Encodes
dataas a JSON string.
R
- RECOVER_EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
- referenceEquals(ArrayList<T>, ArrayList<T>) - Static method in class com.android.internal.util.ArrayUtils
-
Returns true if the two ArrayLists are equal with respect to the objects they contain.
- remove(int) - Method in class org.json.JSONArray
-
Removes and returns the value at
index, or null if the array has no value atindex. - remove(ArraySet<T>, T) - Static method in class com.android.internal.util.ArrayUtils
- remove(String) - Method in class org.json.JSONObject
-
Removes the named mapping if it exists; does nothing otherwise.
- remove(ArrayList<T>, T) - Static method in class com.android.internal.util.ArrayUtils
- removeElement(Class<T>, T[], T) - Static method in class com.android.internal.util.ArrayUtils
-
Removes value from given array if present, providing set-like behavior.
- removeInt(int[], int) - Static method in class com.android.internal.util.ArrayUtils
-
Removes value from given array if present, providing set-like behavior.
- removeLong(long[], long) - Static method in class com.android.internal.util.ArrayUtils
-
Removes value from given array if present, providing set-like behavior.
- removeString(String[], String) - Static method in class com.android.internal.util.ArrayUtils
-
Removes value from given array if present, providing set-like behavior.
- REVERT_SECOND_FACTOR_ADDITION - Static variable in interface com.google.firebase.auth.ActionCodeResult
S
- setAccessToken(String) - Method in class com.google.firebase.auth.OAuthProvider.CredentialBuilder
- setIdToken(String) - Method in class com.google.firebase.auth.OAuthProvider.CredentialBuilder
- setIdTokenWithRawNonce(String, String) - Method in class com.google.firebase.auth.OAuthProvider.CredentialBuilder
- setScopes(List<String>) - Method in class com.google.firebase.auth.OAuthProvider.Builder
- SIGN_IN_WITH_EMAIL_LINK - Static variable in interface com.google.firebase.auth.ActionCodeResult
- size(Object[]) - Static method in class com.android.internal.util.ArrayUtils
-
Length of the given array or 0 if it's null.
- size(Collection<?>) - Static method in class com.android.internal.util.ArrayUtils
-
Length of the given collection or 0 if it's null.
- size(Map<?, ?>) - Static method in class com.android.internal.util.ArrayUtils
-
Length of the given map or 0 if it's null.
- skipPast(String) - Method in class org.json.JSONTokener
-
Advances past all input up to and including the next occurrence of
thru. - skipTo(char) - Method in class org.json.JSONTokener
-
Advances past all input up to but not including the next occurrence of
to. - startsWith(byte[], byte[]) - Static method in class com.android.internal.util.ArrayUtils
- syntaxError(String) - Method in class org.json.JSONTokener
-
Returns an exception containing the given message plus the current position and the entire input string.
T
- throwsIfOutOfBounds(int, int, int) - Static method in class com.android.internal.util.ArrayUtils
-
Throws
ArrayIndexOutOfBoundsExceptionif the range is out of bounds. - toJSONArray(JSONArray) - Method in class org.json.JSONObject
-
Returns an array with the values corresponding to
names. - toJSONObject(JSONArray) - Method in class org.json.JSONArray
-
Returns a new object whose values are the values in this array, and whose names are the values in
names. - toList(T[]) - Static method in class com.android.internal.util.ArrayUtils
-
Creates a
Listfrom an array. - toString() - Method in class org.json.JSONArray
-
Encodes this array as a compact JSON string, such as:
- toString() - Method in class org.json.JSONObject
-
Encodes this object as a compact JSON string, such as:
- toString() - Method in class org.json.JSONStringer
-
Returns the encoded JSON string.
- toString() - Method in class org.json.JSONTokener
-
Returns the current position and the entire input string.
- toString(int) - Method in class org.json.JSONArray
-
Encodes this array as a human readable JSON string for debugging, such as:
- toString(int) - Method in class org.json.JSONObject
-
Encodes this object as a human readable JSON string for debugging, such as:
- total(long[]) - Static method in class com.android.internal.util.ArrayUtils
- trimToSize(T[], int) - Static method in class com.android.internal.util.ArrayUtils
- TwitterAuthProvider - Class in com.google.firebase.auth
- TwitterAuthProvider() - Constructor for class com.google.firebase.auth.TwitterAuthProvider
U
- UiThread - Annotation Interface in com.google.firebase.annotations.concurrent
- unstableRemoveIf(ArrayList<T>, Predicate<T>) - Static method in class com.android.internal.util.ArrayUtils
-
Removes elements that match the predicate in an efficient way that alters the order of elements in the collection.
V
- value(boolean) - Method in class org.json.JSONStringer
-
Encodes
valueto this stringer. - value(double) - Method in class org.json.JSONStringer
-
Encodes
valueto this stringer. - value(long) - Method in class org.json.JSONStringer
-
Encodes
valueto this stringer. - value(Object) - Method in class org.json.JSONStringer
-
Encodes
value. - VERIFY_BEFORE_CHANGE_EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
- VERIFY_EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
- verifyPhoneNumber(String, long, TimeUnit, Activity, PhoneAuthProvider.OnVerificationStateChangedCallbacks) - Method in class com.google.firebase.auth.PhoneAuthProvider
- verifyPhoneNumber(String, long, TimeUnit, Activity, PhoneAuthProvider.OnVerificationStateChangedCallbacks, PhoneAuthProvider.ForceResendingToken) - Method in class com.google.firebase.auth.PhoneAuthProvider
- VMRuntime - Class in dalvik.system
- VMRuntime() - Constructor for class dalvik.system.VMRuntime
W
- wrap(Object) - Static method in class org.json.JSONObject
-
Wraps the given object if necessary.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
IntArrayinstead