A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
G
- getAccessibleMethod(Class,String,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Returns an accessible method (that is, one that can be invoked viareflection) with given name and parameters.
- getAccessibleMethod(Method) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Returns an accessible method (that is, one that can be invoked viareflection) that implements the specified Method.
- getAdditionalInstanceField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns a value which was stored with setAdditionalInstanceField.
- getAdditionalStaticField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Like getAdditionalInstanceField, but the value is returned for the class of
{@code obj}. - getAdditionalStaticField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Like setAdditionalInstanceField, but the value is returned for
{@code clazz}. - getAll() - function in de.robv.android.xposed.XSharedPreferences
- getAll() - function in android.content.XSharedPreferences
- getAllInterfaces(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Gets a
{@code List}of all interfaces implemented by the givenclass and its superclasses. - getAllSuperclasses(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Gets a
{@code List}of superclasses for the given class. - getBoolean(String,boolean) - function in de.robv.android.xposed.XSharedPreferences
- getBoolean(String,boolean) - function in android.content.XSharedPreferences
- getBooleanField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a
{@code boolean}field in the given object instance. - getByteField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a
{@code byte}field in the given object instance. - getCallback() - function in de.robv.android.xposed.callbacks.IXUnhook
- Returns the callback that has been registered.
- getCallback() - function in de.robv.android.xposed.XC_MethodHook.Unhook
- Returns the callback that has been registered.
- getCallback() - function in de.robv.android.xposed.callbacks.XC_MethodHook.Unhook
- Returns the callback that has been registered.
- getCause() - function in java.lang.CloneFailedException
- getCause() - function in java.lang.XposedHelpers.ClassNotFoundError
- getCause() - function in java.lang.XposedHelpers.InvocationTargetError
- getCharField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a
{@code char}field in the given object instance. - getClass(ClassLoader,String,boolean) - function in external.org.apache.commons.lang3.ClassUtils
- Returns the class represented by
{@code className}using the{@code classLoader}. - getClass(ClassLoader,String) - function in external.org.apache.commons.lang3.ClassUtils
- Returns the (initialized) class represented by
{@code className}using the{@code classLoader}. - getClass(String) - function in external.org.apache.commons.lang3.ClassUtils
- Returns the (initialized) class represented by
{@code className}using the current thread's context class loader. - getClass(String,boolean) - function in external.org.apache.commons.lang3.ClassUtils
- Returns the class represented by
{@code className}using thecurrent thread's context class loader. - getClassesAsArray(Array) - function in de.robv.android.xposed.XposedHelpers
- Returns an array of the given classes.
- getCommonPrefix(Array) - function in external.org.apache.commons.lang3.StringUtils
- Compares all Strings in an array and returns the initial sequence ofcharacters that is common to all of them.
- getDefaultStyle() - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
- Gets the default
ToStringStyleto use. - getDefaultStyle() - function in external.org.apache.commons.lang3.builder.ToStringBuilder
- Gets the default
ToStringStyleto use. - getDoubleField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a
{@code double}field in the given object instance. - getExcludeFieldNames() - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
- getExtHandler() - function in top.canyie.pine.xposed.PineXposed
- getExtra() - function in de.robv.android.xposed.callbacks.XCallback.Param
- This can be used to store any data for the scope of the callback.
- getExtra() - function in de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
- This can be used to store any data for the scope of the callback.
- getExtra() - function in de.robv.android.xposed.callbacks.XC_MethodHook.MethodHookParam
- This can be used to store any data for the scope of the callback.
- getFile() - function in de.robv.android.xposed.XSharedPreferences
- Returns the file that is backing these preferences.
- getFirstParameterIndexByType(Member,Class) - function in de.robv.android.xposed.XposedHelpers
- Returns the index of the first parameter declared with the given type.
- getFloat(String,float) - function in de.robv.android.xposed.XSharedPreferences
- getFloat(String,float) - function in android.content.XSharedPreferences
- getFloatField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a
{@code float}field in the given object instance. - getHookedMethod() - function in de.robv.android.xposed.XC_MethodHook.Unhook
- Returns the method/constructor that has been hooked.
- getInt(String,int) - function in de.robv.android.xposed.XSharedPreferences
- getInt(String,int) - function in android.content.XSharedPreferences
- getIntField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of an
{@code int}field in the given object instance. - getJavaHome() - function in external.org.apache.commons.lang3.SystemUtils
- Gets the Java home directory as a
{@code File}. - getJavaIoTmpDir() - function in external.org.apache.commons.lang3.SystemUtils
- Gets the Java IO temporary directory as a
{@code File}. - getKey() - function in external.org.apache.commons.lang3.tuple.ImmutablePair
- Gets the key from this pair.
- getKey() - function in java.util.ImmutablePair
- getKey() - function in external.org.apache.commons.lang3.tuple.Pair
- Gets the key from this pair.
- getKey() - function in java.util.Pair
- getLeft() - function in external.org.apache.commons.lang3.tuple.ImmutablePair
- Gets the left element from this pair.
- getLeft() - function in external.org.apache.commons.lang3.tuple.Pair
- Gets the left element from this pair.
- getLength(Object) - function in external.org.apache.commons.lang3.ArrayUtils
- Returns the length of the specified array.
- getLevenshteinDistance(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Find the Levenshtein distance between two Strings.
- getLevenshteinDistance(CharSequence,CharSequence,int) - function in external.org.apache.commons.lang3.StringUtils
- Find the Levenshtein distance between two Strings if it's less than or equal to a given threshold.
- getLocalizedMessage() - function in java.lang.CloneFailedException
- getLocalizedMessage() - function in java.lang.XposedHelpers.ClassNotFoundError
- getLocalizedMessage() - function in java.lang.XposedHelpers.InvocationTargetError
- getLong(String,long) - function in de.robv.android.xposed.XSharedPreferences
- getLong(String,long) - function in android.content.XSharedPreferences
- getLongField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a
{@code long}field in the given object instance. - getMatchingAccessibleMethod(Class,String,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Finds an accessible method that matches the given name and has compatible parameters.Compatible parameters mean that every method parameter is assignable from the given parameters.In other words, it finds a method with the given name that will take the parameters given.
- getMD5Sum(String) - function in de.robv.android.xposed.XposedHelpers
- Returns the lowercase hex string representation of a file's MD5 hash sum.
- getMessage() - function in java.lang.CloneFailedException
- getMessage() - function in java.lang.XposedHelpers.ClassNotFoundError
- getMessage() - function in java.lang.XposedHelpers.InvocationTargetError
- getMethodDepth(String) - function in de.robv.android.xposed.XposedHelpers
- Returns the current depth counter for the given method.
- getObject() - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
- Returns the
Objectbeing output. - getObject() - function in external.org.apache.commons.lang3.builder.ToStringBuilder
- Returns the
Objectbeing output. - getObjectExtra(String) - function in de.robv.android.xposed.callbacks.XCallback.Param
- Returns an object stored with setObjectExtra.
- getObjectExtra(String) - function in de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
- Returns an object stored with setObjectExtra.
- getObjectExtra(String) - function in de.robv.android.xposed.callbacks.XC_MethodHook.MethodHookParam
- Returns an object stored with setObjectExtra.
- getObjectField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of an object field in the given object instance.
- getPackageCanonicalName(Object,String) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the package name from the canonical name of an
{@code Object}. - getPackageCanonicalName(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the package name from the canonical name of a
{@code Class}. - getPackageCanonicalName(String) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the package name from the canonical name.
- getPackageName(Object,String) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the package name of an
{@code Object}. - getPackageName(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the package name of a
{@code Class}. - getPackageName(String) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the package name from a
{@code String}. - getParameterIndexByType(Member,Class) - function in de.robv.android.xposed.XposedHelpers
- Returns the index of the parameter declared with the given type, ensuring that there is exactly one such parameter.
- getParameterTypes(Array) - function in de.robv.android.xposed.XposedHelpers
- Returns an array with the classes of the given objects.
- getParent() - function in java.lang.ModuleClassLoader
- getPublicMethod(Class,String,Array) - function in external.org.apache.commons.lang3.ClassUtils
- Returns the desired Method much like
{@code Class.getMethod}, howeverit ensures that the returned Method is from a public class or interface and notfrom an anonymous inner class. - getResource(String) - function in top.canyie.pine.xposed.ModuleClassLoader
- getResource(String) - function in java.lang.ModuleClassLoader
- getResourceAsStream(String) - function in java.lang.ModuleClassLoader
- getResourceNoDelegate(String) - function in top.canyie.pine.xposed.ModuleClassLoader
- getResources(String) - function in top.canyie.pine.xposed.ModuleClassLoader
- getResources(String) - function in java.lang.ModuleClassLoader
- getResourcesNoDelegate(String) - function in top.canyie.pine.xposed.ModuleClassLoader
- getResult() - function in de.robv.android.xposed.XC_MethodHook.MethodHookParam
- Returns the result of the method call.
- getResultOrThrowable() - function in de.robv.android.xposed.XC_MethodHook.MethodHookParam
- Returns the result of the method call, or throws the Throwable caused by it.
- getRight() - function in external.org.apache.commons.lang3.tuple.ImmutablePair
- Gets the right element from this pair.
- getRight() - function in external.org.apache.commons.lang3.tuple.Pair
- Gets the right element from this pair.
- getShortCanonicalName(Object,String) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the canonical name minus the package name for an
{@code Object}. - getShortCanonicalName(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the canonical name minus the package name from a
{@code Class}. - getShortCanonicalName(String) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the canonical name minus the package name from a String.
- getShortClassName(Object,String) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the class name minus the package name for an
{@code Object}. - getShortClassName(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the class name minus the package name from a
{@code Class}. - getShortClassName(String) - function in external.org.apache.commons.lang3.ClassUtils
- Gets the class name minus the package name from a String.
- getShortField(Object,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a
{@code short}field in the given object instance. - getSimpleName(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Null-safe version of
aClass.getSimpleName() - getSimpleName(Object,String) - function in external.org.apache.commons.lang3.ClassUtils
- Null-safe version of
aClass.getSimpleName() - getSnapshot() - function in de.robv.android.xposed.XposedBridge.CopyOnWriteSortedSet
- getStackTrace() - function in java.lang.CloneFailedException
- getStackTrace() - function in java.lang.XposedHelpers.ClassNotFoundError
- getStackTrace() - function in java.lang.XposedHelpers.InvocationTargetError
- getStaticBooleanField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a static
{@code boolean}field in the given class. - getStaticByteField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Sets the value of a static
{@code byte}field in the given class. - getStaticCharField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Sets the value of a static
{@code char}field in the given class. - getStaticDoubleField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Sets the value of a static
{@code double}field in the given class. - getStaticFloatField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Sets the value of a static
{@code float}field in the given class. - getStaticIntField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Sets the value of a static
{@code int}field in the given class. - getStaticLongField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Sets the value of a static
{@code long}field in the given class. - getStaticObjectField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Returns the value of a static object field in the given class.
- getStaticShortField(Class,String) - function in de.robv.android.xposed.XposedHelpers
- Sets the value of a static
{@code short}field in the given class. - getString(String,String) - function in de.robv.android.xposed.XSharedPreferences
- getString(String,String) - function in android.content.XSharedPreferences
- getStringBuffer() - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
- Gets the
StringBufferbeing populated. - getStringBuffer() - function in external.org.apache.commons.lang3.builder.ToStringBuilder
- Gets the
StringBufferbeing populated. - getStringSet(String,Set) - function in de.robv.android.xposed.XSharedPreferences
- getStringSet(String,Set) - function in android.content.XSharedPreferences
- getStyle() - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
- Gets the
ToStringStylebeing used. - getStyle() - function in external.org.apache.commons.lang3.builder.ToStringBuilder
- Gets the
ToStringStylebeing used. - getSupportedFeatures() - function in de.robv.android.xposed.XposedBridge
- getSuppressed() - function in java.lang.CloneFailedException
- getSuppressed() - function in java.lang.XposedHelpers.ClassNotFoundError
- getSuppressed() - function in java.lang.XposedHelpers.InvocationTargetError
- getSurroundingThis(Object) - function in de.robv.android.xposed.XposedHelpers
- For inner classes, returns the surrounding instance, i.e.
- getSystemClassLoader() - function in java.lang.ModuleClassLoader
- getSystemResource(String) - function in java.lang.ModuleClassLoader
- getSystemResourceAsStream(String) - function in java.lang.ModuleClassLoader
- getSystemResources(String) - function in java.lang.ModuleClassLoader
- getThrowable() - function in de.robv.android.xposed.XC_MethodHook.MethodHookParam
- Returns the Throwable thrown by the method, or
{@code null}. - getUpToClass() - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
- Gets the last super class to stop appending fields for.
- getUserDir() - function in external.org.apache.commons.lang3.SystemUtils
- Gets the user directory as a
{@code File}. - getUserHome() - function in external.org.apache.commons.lang3.SystemUtils
- Gets the user home directory as a
{@code File}. - getValue() - function in external.org.apache.commons.lang3.mutable.Mutable
- Gets the value of this mutable.
- getValue() - function in external.org.apache.commons.lang3.mutable.MutableInt
- Gets the value of this mutable.
- getValue() - function in external.org.apache.commons.lang3.tuple.ImmutablePair
- Gets the value from this pair.
- getValue() - function in java.util.ImmutablePair
- getValue() - function in external.org.apache.commons.lang3.tuple.Pair
- Gets the value from this pair.
- getValue() - function in java.util.Pair
- getXposedVersion() - function in de.robv.android.xposed.XposedBridge
- Returns the currently installed version of the Xposed framework.