A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
H
- handle(IXposedMod) - function in top.canyie.pine.xposed.PineXposed.ExtHandler
- handleLoadPackage(XC_LoadPackage.LoadPackageParam) - function in de.robv.android.xposed.XC_LoadPackage
- This method is called when an app is loaded.
- handleLoadPackage(XC_LoadPackage.LoadPackageParam) - function in de.robv.android.xposed.IXposedHookLoadPackage
- This method is called when an app is loaded.
- handleLoadPackage(XC_LoadPackage.LoadPackageParam) - function in de.robv.android.xposed.IXposedHookLoadPackage.Wrapper
- This method is called when an app is loaded.
- hasFileChanged() - function in de.robv.android.xposed.XSharedPreferences
- Check whether the file has changed since the last time it has been loaded.
- hashCode(Object) - function in external.org.apache.commons.lang3.ArrayUtils
- Get a hash code for an array handling multi-dimensional arrays correctly.
- hashCode(Object) - function in external.org.apache.commons.lang3.ObjectUtils
- Gets the hash code of an object returning zero when theobject is
{@code null}. - hashCode() - function in external.org.apache.commons.lang3.builder.HashCodeBuilder
- The computed
hashCodefrom toHashCode() is returned due to the likelihoodof bugs in mis-calling toHashCode() and the unlikeliness of it mattering what the hashCode forHashCodeBuilder itself is. - hashCode() - function in external.org.apache.commons.lang3.mutable.MutableInt
- Returns a suitable hash code for this mutable.
- hashCode() - function in external.org.apache.commons.lang3.tuple.ImmutablePair
- Returns a suitable hash code.
- hashCode() - function in external.org.apache.commons.lang3.tuple.Pair
- Returns a suitable hash code.
- HashCodeBuilder - class in external.org.apache.commons.lang3.builder
- Assists in implementing hashCode methods.
- hashCodeMulti(Array) - function in external.org.apache.commons.lang3.ObjectUtils
- Gets the hash code for multiple objects.
- hasMoreElements() - function in top.canyie.pine.xposed.CompoundEnumeration
- hasMoreElements() - function in java.util.CompoundEnumeration
- hasThrowable() - function in de.robv.android.xposed.XC_MethodHook.MethodHookParam
- Returns true if an exception was thrown by the method.
- hookAllConstructors(Class,XC_MethodHook) - function in de.robv.android.xposed.XposedBridge
- Hook all constructors of the specified class.
- hookAllMethods(Class,String,XC_MethodHook) - function in de.robv.android.xposed.XposedBridge
- Hooks all methods with a certain name that were declared in the specified class.
- hookLoadPackage(IXposedHookLoadPackage) - function in top.canyie.pine.xposed.PineXposed
- hookMethod(Member,XC_MethodHook) - function in de.robv.android.xposed.XposedBridge
- Hook any method (or constructor) with the specified callback.