A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
D
- de.robv.android.xposed - package de.robv.android.xposed
- de.robv.android.xposed.callbacks - package de.robv.android.xposed.callbacks
- decrement() - function in external.org.apache.commons.lang3.mutable.MutableInt
- Decrements the value.
- decrementMethodDepth(String) - function in de.robv.android.xposed.XposedHelpers
- Decrements the depth counter for the given method.
- defaultIfBlank(T,T) - function in external.org.apache.commons.lang3.StringUtils
- Returns either the passed in CharSequence, or if the CharSequence iswhitespace, empty ("") or
{@code null}, the value of{@code defaultStr}. - defaultIfEmpty(T,T) - function in external.org.apache.commons.lang3.StringUtils
- Returns either the passed in CharSequence, or if the CharSequence isempty or
{@code null}, the value of{@code defaultStr}. - defaultIfNull(T,T) - function in external.org.apache.commons.lang3.ObjectUtils
- Returns a default value if the object passed is
{@code null}. - defaultString(String) - function in external.org.apache.commons.lang3.StringUtils
- Returns either the passed in String,or if the String is
{@code null}, an empty String (""). - defaultString(String,String) - function in external.org.apache.commons.lang3.StringUtils
- Returns either the passed in String, or if the String is
{@code null}, the value of{@code defaultStr}. - deleteWhitespace(String) - function in external.org.apache.commons.lang3.StringUtils
- Deletes all whitespaces from a String as defined by isWhitespace.
- difference(String,String) - function in external.org.apache.commons.lang3.StringUtils
- Compares two Strings, and returns the portion where they differ.(More precisely, return the remainder of the second String,starting from where it's different from the first.
- doubleValue() - function in external.org.apache.commons.lang3.mutable.MutableInt
- Returns the value of this MutableInt as a double.
- doubleValue() - function in java.lang.MutableInt