A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
I
- identityToString(Object) - function in external.org.apache.commons.lang3.ObjectUtils
- Gets the toString that would be produced by
{@code Object}if a class did not override toString itself. - identityToString(StringBuffer,Object) - function in external.org.apache.commons.lang3.ObjectUtils
- Appends the toString that would be produced by
{@code Object}if a class did not override toString itself. - ImmutablePair - class in external.org.apache.commons.lang3.tuple
- An immutable pair consisting of two
{@code Object}elements. - inclusiveBetween(T,T,Comparable) - function in external.org.apache.commons.lang3.Validate
- Validate that the specified argument object fall between the twoinclusive values specified; otherwise, throws an exception.
- inclusiveBetween(T,T,Comparable,String,Array) - function in external.org.apache.commons.lang3.Validate
- Validate that the specified argument object fall between the twoinclusive values specified; otherwise, throws an exception with thespecified message.
- increment() - function in external.org.apache.commons.lang3.mutable.MutableInt
- Increments the value.
- incrementMethodDepth(String) - function in de.robv.android.xposed.XposedHelpers
- Increments the depth counter for the given method.
- indexOf(Array,Object) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given object in the array.
- indexOf(Array,Object,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given object in the array starting at the given index.
- indexOf(Array,long) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array.
- indexOf(Array,long,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.
- indexOf(Array,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array.
- indexOf(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.
- indexOf(Array,short) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array.
- indexOf(Array,short,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.
- indexOf(Array,char) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array.
- indexOf(Array,char,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.
- indexOf(Array,byte) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array.
- indexOf(Array,byte,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.
- indexOf(Array,double) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array.
- indexOf(Array,double,double) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value within a given tolerance in the array.This method will return the index of the first value which falls between the regiondefined by valueToFind - tolerance and valueToFind + tolerance.
- indexOf(Array,double,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.
- indexOf(Array,double,int,double) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.This method will return the index of the first value which falls between the regiondefined by valueToFind - tolerance and valueToFind + tolerance.
- indexOf(Array,float) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array.
- indexOf(Array,float,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.
- indexOf(Array,boolean) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array.
- indexOf(Array,boolean,int) - function in external.org.apache.commons.lang3.ArrayUtils
- Finds the index of the given value in the array starting at the given index.
- indexOf(CharSequence,int) - function in external.org.apache.commons.lang3.StringUtils
- Finds the first index within a CharSequence, handling
{@code null}. - indexOf(CharSequence,int,int) - function in external.org.apache.commons.lang3.StringUtils
- Finds the first index within a CharSequence from a start position,handling
{@code null}. - indexOf(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Finds the first index within a CharSequence, handling
{@code null}. - indexOf(CharSequence,CharSequence,int) - function in external.org.apache.commons.lang3.StringUtils
- Finds the first index within a CharSequence, handling
{@code null}. - indexOfAny(CharSequence,Array) - function in external.org.apache.commons.lang3.StringUtils
- Search a CharSequence to find the first index of anycharacter in the given set of characters.
- indexOfAny(CharSequence,String) - function in external.org.apache.commons.lang3.StringUtils
- Search a CharSequence to find the first index of anycharacter in the given set of characters.
- indexOfAny(CharSequence,Array) - function in external.org.apache.commons.lang3.StringUtils
- Find the first index of any of a set of potential substrings.
- indexOfAnyBut(CharSequence,Array) - function in external.org.apache.commons.lang3.StringUtils
- Searches a CharSequence to find the first index of anycharacter not in the given set of characters.
- indexOfAnyBut(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Search a CharSequence to find the first index of anycharacter not in the given set of characters.
- indexOfDifference(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Compares two CharSequences, and returns the index at which theCharSequences begin to differ.
- indexOfDifference(Array) - function in external.org.apache.commons.lang3.StringUtils
- Compares all CharSequences in an array and returns the index at which theCharSequences begin to differ.
- indexOfIgnoreCase(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Case in-sensitive find of the first index within a CharSequence.
- indexOfIgnoreCase(CharSequence,CharSequence,int) - function in external.org.apache.commons.lang3.StringUtils
- Case in-sensitive find of the first index within a CharSequencefrom the specified position.
- initCause(Throwable) - function in java.lang.CloneFailedException
- initCause(Throwable) - function in java.lang.XposedHelpers.ClassNotFoundError
- initCause(Throwable) - function in java.lang.XposedHelpers.InvocationTargetError
- initZygote(IXposedHookZygoteInit.StartupParam) - function in de.robv.android.xposed.IXposedHookZygoteInit
- Called very early during startup of Zygote.
- intValue() - function in external.org.apache.commons.lang3.mutable.MutableInt
- Returns the value of this MutableInt as an int.
- intValue() - function in java.lang.MutableInt
- invokeExactMethod(Object,String,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Invokes a method whose parameter types match exactly the objecttypes.
- invokeExactMethod(Object,String,Array,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Invokes a method whose parameter types match exactly the parametertypes given.
- invokeExactStaticMethod(Class,String,Array,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Invokes a static method whose parameter types match exactly the parametertypes given.
- invokeExactStaticMethod(Class,String,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Invokes a static method whose parameter types match exactly the objecttypes.
- invokeMethod(Object,String,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Invokes a named method whose parameter type matches the object type.
- invokeMethod(Object,String,Array,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Invokes a named method whose parameter type matches the object type.
- invokeOriginalMethod(Member,Object,Array) - function in de.robv.android.xposed.XposedBridge
- Basically the same as invoke, but calls the original methodas it was before the interception by Xposed.
- invokeStaticMethod(Class,String,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Invokes a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class,String,Array,Array) - function in external.org.apache.commons.lang3.reflect.MethodUtils
- Invokes a named static method whose parameter type matches the object type.
- isAllLowerCase(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only lowercase characters.
- isAllUpperCase(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only uppercase characters.
- isAlpha(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only Unicode letters.
- isAlphanumeric(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only Unicode letters or digits.
- isAlphanumericSpace(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only Unicode letters, digitsor space (
{@code ' '}). - isAlphaSpace(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only Unicode letters andspace (' ').
- isAppendStatics() - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
- Gets whether or not to append static fields.
- isAppendTransients() - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
- Gets whether or not to append transient fields.
- isAscii(char) - function in external.org.apache.commons.lang3.CharUtils
- Checks whether the character is ASCII 7 bit.
- isAsciiAlpha(char) - function in external.org.apache.commons.lang3.CharUtils
- Checks whether the character is ASCII 7 bit alphabetic.
- isAsciiAlphaLower(char) - function in external.org.apache.commons.lang3.CharUtils
- Checks whether the character is ASCII 7 bit alphabetic lower case.
- isAsciiAlphanumeric(char) - function in external.org.apache.commons.lang3.CharUtils
- Checks whether the character is ASCII 7 bit numeric.
- isAsciiAlphaUpper(char) - function in external.org.apache.commons.lang3.CharUtils
- Checks whether the character is ASCII 7 bit alphabetic upper case.
- isAsciiControl(char) - function in external.org.apache.commons.lang3.CharUtils
- Checks whether the character is ASCII 7 bit control.
- isAsciiNumeric(char) - function in external.org.apache.commons.lang3.CharUtils
- Checks whether the character is ASCII 7 bit numeric.
- isAsciiPrintable(char) - function in external.org.apache.commons.lang3.CharUtils
- Checks whether the character is ASCII 7 bit printable.
- isAsciiPrintable(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only ASCII printable characters.
- isAssignable(Array,Array) - function in external.org.apache.commons.lang3.ClassUtils
- Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Array,Array,boolean) - function in external.org.apache.commons.lang3.ClassUtils
- Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class,Class) - function in external.org.apache.commons.lang3.ClassUtils
- Checks if one
{@code Class}can be assigned to a variable ofanother{@code Class}. - isAssignable(Class,Class,boolean) - function in external.org.apache.commons.lang3.ClassUtils
- Checks if one
{@code Class}can be assigned to a variable ofanother{@code Class}. - isAssignableFrom(Class,Class) - function in external.org.apache.commons.lang3.Validate
- Validates that the argument can be converted to the specified class, if not, throws an exception.
- isAssignableFrom(Class,Class,String,Array) - function in external.org.apache.commons.lang3.Validate
- Validates that the argument can be converted to the specified class, if not throws an exception.
- isBlank(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if a CharSequence is whitespace, empty ("") or null.
- isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of Objects is empty or
{@code null}. - isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive longs is empty or
{@code null}. - isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive ints is empty or
{@code null}. - isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive shorts is empty or
{@code null}. - isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive chars is empty or
{@code null}. - isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive bytes is empty or
{@code null}. - isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive doubles is empty or
{@code null}. - isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive floats is empty or
{@code null}. - isEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive booleans is empty or
{@code null}. - isEmpty(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if a CharSequence is empty ("") or null.
- isEquals(Object,Object) - function in external.org.apache.commons.lang3.ArrayUtils
- Compares two arrays, using equals(), handling multi-dimensional arrayscorrectly.
- isEquals() - function in external.org.apache.commons.lang3.builder.EqualsBuilder
- Returns
trueif the fields that have been checkedare all equal. - isFeatureSupported(String) - function in de.robv.android.xposed.XposedBridge
- isInnerClass(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Is the specified class an inner class or static nested class.
- isInstanceOf(Class,Object) - function in external.org.apache.commons.lang3.Validate
- Validates that the argument is an instance of the specified class, if not throws an exception.
- isInstanceOf(Class,Object,String,Array) - function in external.org.apache.commons.lang3.Validate
- Validate that the argument is an instance of the specified class; otherwisethrowing an exception with the specified message.
- isJavaAwtHeadless() - function in external.org.apache.commons.lang3.SystemUtils
- Returns whether the JAVA_AWT_HEADLESS value is
{@code true}. - isJavaVersionAtLeast(JavaVersion) - function in external.org.apache.commons.lang3.SystemUtils
- Is the Java version at least the requested version.
- isNotBlank(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if a CharSequence is not empty (""), not null and not whitespace only.
- isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of Objects is not empty or not
{@code null}. - isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive longs is not empty or not
{@code null}. - isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive ints is not empty or not
{@code null}. - isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive shorts is not empty or not
{@code null}. - isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive chars is not empty or not
{@code null}. - isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive bytes is not empty or not
{@code null}. - isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive doubles is not empty or not
{@code null}. - isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive floats is not empty or not
{@code null}. - isNotEmpty(Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks if an array of primitive booleans is not empty or not
{@code null}. - isNotEmpty(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if a CharSequence is not empty ("") and not null.
- isNumeric(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only Unicode digits.A decimal point is not a Unicode digit and returns false.
- isNumericSpace(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only Unicode digits or space(
{@code ' '}).A decimal point is not a Unicode digit and returns false. - isPrimitiveOrWrapper(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Returns whether the given
{@code type}is a primitive or primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float). - isPrimitiveWrapper(Class) - function in external.org.apache.commons.lang3.ClassUtils
- Returns whether the given
{@code type}is a primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float). - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameLength(Array,Array) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same length, treating
{@code null}arrays as length{@code 0}. - isSameType(Object,Object) - function in external.org.apache.commons.lang3.ArrayUtils
- Checks whether two arrays are the same type taking into accountmulti-dimensional arrays.
- isTrue(boolean,String,long) - function in external.org.apache.commons.lang3.Validate
- Validate that the argument condition is
{@code true}; otherwisethrowing an exception with the specified message. - isTrue(boolean,String,double) - function in external.org.apache.commons.lang3.Validate
- Validate that the argument condition is
{@code true}; otherwisethrowing an exception with the specified message. - isTrue(boolean,String,Array) - function in external.org.apache.commons.lang3.Validate
- Validate that the argument condition is
{@code true}; otherwisethrowing an exception with the specified message. - isTrue(boolean) - function in external.org.apache.commons.lang3.Validate
- Validate that the argument condition is
{@code true}; otherwisethrowing an exception. - isWhitespace(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
- Checks if the CharSequence contains only whitespace.
- IXposedHookLoadPackage - class in de.robv.android.xposed
- Get notified when an app ("Android package") is loaded.
- IXposedHookLoadPackage.Wrapper - class in de.robv.android.xposed.IXposedHookLoadPackage
- IXposedHookZygoteInit - class in de.robv.android.xposed
- Hook the initialization of Zygote process(es), from which all the apps are forked.
- IXposedHookZygoteInit.StartupParam - class in de.robv.android.xposed.IXposedHookZygoteInit
- Data holder for initZygote.
- IXposedMod - class in de.robv.android.xposed
- Marker interface for Xposed modules.
- IXUnhook - class in de.robv.android.xposed.callbacks
- Interface for objects that can be used to remove callbacks.