A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X 

C

callAll(XCallback.Param) - function in de.robv.android.xposed.callbacks.XCallback
 
callAll(XCallback.Param) - function in de.robv.android.xposed.callbacks.XC_LoadPackage
 
callAll(XCallback.Param) - function in de.robv.android.xposed.callbacks.IXposedHookLoadPackage.Wrapper
 
callAll(XCallback.Param) - function in de.robv.android.xposed.callbacks.XC_MethodHook
 
callAll(XCallback.Param) - function in de.robv.android.xposed.callbacks.XC_MethodReplacement
 
callMethod(Object,String,Array) - function in de.robv.android.xposed.XposedHelpers
Calls an instance or static method of the given object.
callMethod(Object,String,Array,Array) - function in de.robv.android.xposed.XposedHelpers
Calls an instance or static method of the given object.
callStaticMethod(Class,String,Array) - function in de.robv.android.xposed.XposedHelpers
Calls a static method of the given class.
callStaticMethod(Class,String,Array,Array) - function in de.robv.android.xposed.XposedHelpers
Calls a static method of the given class.
capitalize(String) - function in external.org.apache.commons.lang3.StringUtils
Capitalizes a String changing the first letter to title case asper toTitleCase.
center(String,int) - function in external.org.apache.commons.lang3.StringUtils
Centers a String in a larger String of size {@code size} using the space character (' ').
center(String,int,char) - function in external.org.apache.commons.lang3.StringUtils
Centers a String in a larger String of size {@code size}.Uses a supplied character as the value to pad the String with.
center(String,int,String) - function in external.org.apache.commons.lang3.StringUtils
Centers a String in a larger String of size {@code size}.Uses a supplied String as the value to pad the String with.
CharSequenceUtils - class in external.org.apache.commons.lang3
Operations on java.lang.CharSequence that are {@code null} safe.
CharUtils - class in external.org.apache.commons.lang3
Operations on char primitives and Character objects.
checkModule(ClassLoader) - function in top.canyie.pine.xposed.PineXposed
 
chomp(String) - function in external.org.apache.commons.lang3.StringUtils
Removes one newline from end of a String if it's there,otherwise leave it alone.
chomp(String,String) - function in external.org.apache.commons.lang3.StringUtils
Removes {@code separator} from the end of {@code str} if it's there, otherwise leave it alone.
chop(String) - function in external.org.apache.commons.lang3.StringUtils
Remove the last character from a String.
ClassUtils - class in external.org.apache.commons.lang3
Operates on classes without using reflection.
clearAssertionStatus() - function in java.lang.ModuleClassLoader
 
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Shallow clones an array returning a typecast result and handling {@code null}.
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Clones an array returning a typecast result and handling {@code null}.
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Clones an array returning a typecast result and handling {@code null}.
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Clones an array returning a typecast result and handling {@code null}.
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Clones an array returning a typecast result and handling {@code null}.
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Clones an array returning a typecast result and handling {@code null}.
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Clones an array returning a typecast result and handling {@code null}.
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Clones an array returning a typecast result and handling {@code null}.
clone(Array) - function in external.org.apache.commons.lang3.ArrayUtils
Clones an array returning a typecast result and handling {@code null}.
clone(T) - function in external.org.apache.commons.lang3.ObjectUtils
Clone an object.
CloneFailedException - class in external.org.apache.commons.lang3.exception
Exception thrown when a clone cannot be created.
cloneIfPossible(T) - function in external.org.apache.commons.lang3.ObjectUtils
Clone an object if possible.
com.android.internal.util - package com.android.internal.util
 
compare(T,T) - function in external.org.apache.commons.lang3.ObjectUtils
Null safe comparison of Comparables.
compare(T,T,boolean) - function in external.org.apache.commons.lang3.ObjectUtils
Null safe comparison of Comparables.
compareParameterTypes(Array,Array,Array) - function in external.org.apache.commons.lang3.reflect.MemberUtils
Compares the relative fitness of two sets of parameter types in terms ofmatching a third set of runtime parameter types, such that a list orderedby the results of the comparison would return the best match first(least).
compareTo(MutableInt) - function in external.org.apache.commons.lang3.mutable.MutableInt
Compares this mutable to another in ascending order.
compareTo(T) - function in java.lang.MutableInt
 
compareTo(Pair) - function in external.org.apache.commons.lang3.tuple.ImmutablePair
Compares the pair based on the left element followed by the right element.
compareTo(T) - function in java.lang.ImmutablePair
 
compareTo(Pair) - function in external.org.apache.commons.lang3.tuple.Pair
Compares the pair based on the left element followed by the right element.
compareTo(T) - function in java.lang.Pair
 
compareTo(XCallback) - function in de.robv.android.xposed.callbacks.XCallback
 
compareTo(T) - function in java.lang.XCallback
 
compareTo(XCallback) - function in de.robv.android.xposed.callbacks.XC_LoadPackage
 
compareTo(T) - function in java.lang.XC_LoadPackage
 
compareTo(XCallback) - function in de.robv.android.xposed.callbacks.IXposedHookLoadPackage.Wrapper
 
compareTo(T) - function in java.lang.IXposedHookLoadPackage.Wrapper
 
compareTo(XCallback) - function in de.robv.android.xposed.callbacks.XC_MethodHook
 
compareTo(T) - function in java.lang.XC_MethodHook
 
compareTo(XCallback) - function in de.robv.android.xposed.callbacks.XC_MethodReplacement
 
compareTo(T) - function in java.lang.XC_MethodReplacement
 
CompareToBuilder - class in external.org.apache.commons.lang3.builder
Assists in implementing compareTo methods.
comparingByKey() - function in java.util.ImmutablePair
 
comparingByKey() - function in java.util.Pair
 
comparingByValue() - function in java.util.ImmutablePair
 
comparingByValue() - function in java.util.Pair
 
CompoundEnumeration - class in top.canyie.pine.xposed
 
contains(Array,Object) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the object is in the given array.
contains(Array,long) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(Array,int) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(Array,short) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(Array,char) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(Array,byte) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(Array,double) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(Array,double,double) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if a value falling within the given tolerance is in thegiven array.
contains(Array,float) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(Array,boolean) - function in external.org.apache.commons.lang3.ArrayUtils
Checks if the value is in the given array.
contains(CharSequence,int) - function in external.org.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search character, handling {@code null}.
contains(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search CharSequence, handling {@code null}.
contains(String) - function in de.robv.android.xposed.XSharedPreferences
 
contains(String) - function in android.content.XSharedPreferences
 
containsAny(CharSequence,Array) - function in external.org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains any character in the givenset of characters.
containsAny(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains any character in the given set of characters.
containsIgnoreCase(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
Checks if CharSequence contains a search CharSequence irrespective of case,handling {@code null}.
containsNone(CharSequence,Array) - function in external.org.apache.commons.lang3.StringUtils
Checks that the CharSequence does not contain certain characters.
containsNone(CharSequence,String) - function in external.org.apache.commons.lang3.StringUtils
Checks that the CharSequence does not contain certain characters.
containsOnly(CharSequence,Array) - function in external.org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only certain characters.
containsOnly(CharSequence,String) - function in external.org.apache.commons.lang3.StringUtils
Checks if the CharSequence contains only certain characters.
containsWhitespace(CharSequence) - function in external.org.apache.commons.lang3.StringUtils
Check whether the given CharSequence contains any whitespace characters.
convertClassesToClassNames(List) - function in external.org.apache.commons.lang3.ClassUtils
Given a {@code List} of {@code Class} objects, this method convertsthem into class names.
convertClassNamesToClasses(List) - function in external.org.apache.commons.lang3.ClassUtils
Given a {@code List} of class names, this method converts them into classes.
countMatches(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
Counts how many times the substring appears in the larger string.
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X