Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accumulate(String, Object) - Method in class org.json.JSONObject
Appends value to the array already mapped to name.
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 of null.
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
append(float[], int, float) - Static method in class com.android.internal.util.GrowingArrayUtils
append(int[], int, int) - Static method in class com.android.internal.util.GrowingArrayUtils
append(long[], int, long) - Static method in class com.android.internal.util.GrowingArrayUtils
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 ArrayIndexOutOfBoundsException if 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 check items are contained in array.
containsAll(T[], T[]) - Static method in class com.android.internal.util.ArrayUtils
Test if all check items are contained in array.
containsAny(T[], T[]) - Static method in class com.android.internal.util.ArrayUtils
Test if any check items are contained in array.
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.
use IntArray instead
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 val minus null values
find(T[], Predicate<T>) - Static method in class com.android.internal.util.ArrayUtils
Returns the first element from the array for which condition predicate is 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 index if 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 name if 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 index if 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 name if 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 index if 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 name if 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 index if it exists and is a JSONArray.
getJSONArray(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray, or throws otherwise.
getJSONObject(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
getJSONObject(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject, or throws otherwise.
getLong(int) - Method in class org.json.JSONArray
Returns the value at index if 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 name if 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 in items, if it exists and items is not null, otherwise returns null.
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 index if it exists, coercing it if necessary.
getString(String) - Method in class org.json.JSONObject
Returns the value mapped by name if 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 value in array, or -1 if not found.
insert(boolean[], int, int, boolean) - Static method in class com.android.internal.util.GrowingArrayUtils
insert(int[], int, int, int) - Static method in class com.android.internal.util.GrowingArrayUtils
insert(long[], int, int, long) - Static method in class com.android.internal.util.GrowingArrayUtils
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 the null reference or JSONObject.NULL.
isNull(String) - Method in class org.json.JSONObject
Returns true if this object has no mapping for name or if it has a mapping whose value is JSONObject.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 JSONArray with no values.
JSONArray(Object) - Constructor for class org.json.JSONArray
Creates a new JSONArray with values from the given primitive array.
JSONArray(String) - Constructor for class org.json.JSONArray
Creates a new JSONArray with values from the JSON string.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Creates a new JSONArray by copying all values from the given collection.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Creates a new JSONArray with 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 JSONObject with no name/value mappings.
JSONObject(String) - Constructor for class org.json.JSONObject
Creates a new JSONObject with name/value mappings from the JSON string.
JSONObject(Map) - Constructor for class org.json.JSONObject
Creates a new JSONObject by copying all name/value mappings from the given map.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Creates a new JSONObject by copying mappings for the listed names from the given object.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Creates a new JSONObject with name/value mappings from the next object in the tokener.
JSONStringer - Class in org.json
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 String names in this object.
keySet() - Method in class org.json.JSONObject
Returns the set of String names 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 length characters 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 trimmed string holding the characters up to but not including the first of: any character in excluded a 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 at index.
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 index if 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 index if 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 name if 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 name if it exists and is a boolean or can be coerced to a boolean, or fallback otherwise.
optDouble(int) - Method in class org.json.JSONArray
Returns the value at index if 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 index if 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 name if it exists and is a double or can be coerced to a double, or NaN otherwise.
optDouble(String, double) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double, or fallback otherwise.
optInt(int) - Method in class org.json.JSONArray
Returns the value at index if 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 index if 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 name if 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 name if it exists and is an int or can be coerced to an int, or fallback otherwise.
optJSONArray(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
optJSONArray(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray, or null otherwise.
optJSONObject(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
optJSONObject(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject, or null otherwise.
optLong(int) - Method in class org.json.JSONArray
Returns the value at index if 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 index if 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 name if 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 name if it exists and is a long or can be coerced to a long, or fallback otherwise.
optString(int) - Method in class org.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(int, String) - Method in class org.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(String) - Method in class org.json.JSONObject
Returns the value mapped by name if 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 name if it exists, coercing it if necessary, or fallback if 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 value to the end of this array.
put(double) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(int) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(int, boolean) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, double) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, int) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, long) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, Object) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(long) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(Object) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(String, boolean) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, double) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, int) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, long) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, Object) - Method in class org.json.JSONObject
Maps name to value, 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 data as 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 at index.
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 ArrayIndexOutOfBoundsException if 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 List from 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 value to this stringer.
value(double) - Method in class org.json.JSONStringer
Encodes value to this stringer.
value(long) - Method in class org.json.JSONStringer
Encodes value to 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.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form