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

S

setAdditionalInstanceField(Object,String,Object) - function in de.robv.android.xposed.XposedHelpers
Attaches any value to an object instance.
setAdditionalStaticField(Object,String,Object) - function in de.robv.android.xposed.XposedHelpers
Like setAdditionalInstanceField, but the value is stored for the class of {@code obj}.
setAdditionalStaticField(Class,String,Object) - function in de.robv.android.xposed.XposedHelpers
Like setAdditionalInstanceField, but the value is stored for {@code clazz}.
setAppendStatics(boolean) - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
Sets whether or not to append static fields.
setAppendTransients(boolean) - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
Sets whether or not to append transient fields.
setBooleanField(Object,String,boolean) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a {@code boolean} field in the given object instance.
setByteField(Object,String,byte) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a {@code byte} field in the given object instance.
setCharField(Object,String,char) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a {@code char} field in the given object instance.
setClassAssertionStatus(String,boolean) - function in java.lang.ModuleClassLoader
 
setDefaultAssertionStatus(boolean) - function in java.lang.ModuleClassLoader
 
setDefaultStyle(ToStringStyle) - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
Sets the default ToStringStyle to use.
setDefaultStyle(ToStringStyle) - function in external.org.apache.commons.lang3.builder.ToStringBuilder
Sets the default ToStringStyle to use.
setDoubleField(Object,String,double) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a {@code double} field in the given object instance.
setExcludeFieldNames(Array) - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
Sets the field names to exclude.
setExtHandler(PineXposed.ExtHandler) - function in top.canyie.pine.xposed.PineXposed
 
setFloatField(Object,String,float) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a {@code float} field in the given object instance.
setIntField(Object,String,int) - function in de.robv.android.xposed.XposedHelpers
Sets the value of an {@code int} field in the given object instance.
setLongField(Object,String,long) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a {@code long} field in the given object instance.
setObjectExtra(String,Object) - function in de.robv.android.xposed.callbacks.XCallback.Param
Stores any object for the scope of the callback.
setObjectExtra(String,Object) - function in de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
Stores any object for the scope of the callback.
setObjectExtra(String,Object) - function in de.robv.android.xposed.callbacks.XC_MethodHook.MethodHookParam
Stores any object for the scope of the callback.
setObjectField(Object,String,Object) - function in de.robv.android.xposed.XposedHelpers
Sets the value of an object field in the given object instance.
setPackageAssertionStatus(String,boolean) - function in java.lang.ModuleClassLoader
 
setResult(Object) - function in de.robv.android.xposed.XC_MethodHook.MethodHookParam
Modify the result of the method call.
setShortField(Object,String,short) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a {@code short} field in the given object instance.
setStackTrace(Array) - function in java.lang.CloneFailedException
 
setStackTrace(Array) - function in java.lang.XposedHelpers.ClassNotFoundError
 
setStackTrace(Array) - function in java.lang.XposedHelpers.InvocationTargetError
 
setStaticBooleanField(Class,String,boolean) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static {@code boolean} field in the given class.
setStaticByteField(Class,String,byte) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static {@code byte} field in the given class.
setStaticCharField(Class,String,char) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static {@code char} field in the given class.
setStaticDoubleField(Class,String,double) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static {@code double} field in the given class.
setStaticFloatField(Class,String,float) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static {@code float} field in the given class.
setStaticIntField(Class,String,int) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static {@code int} field in the given class.
setStaticLongField(Class,String,long) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static {@code long} field in the given class.
setStaticObjectField(Class,String,Object) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static object field in the given class.
setStaticShortField(Class,String,short) - function in de.robv.android.xposed.XposedHelpers
Sets the value of a static {@code short} field in the given class.
setSupportedFeatures(Array) - function in de.robv.android.xposed.XposedBridge
 
setThrowable(Throwable) - function in de.robv.android.xposed.XC_MethodHook.MethodHookParam
Modify the exception thrown of the method call.
setUpToClass(Class) - function in external.org.apache.commons.lang3.builder.ReflectionToStringBuilder
Sets the last super class to stop appending fields for.
setValue(T) - function in external.org.apache.commons.lang3.mutable.Mutable
Sets the value of this mutable.
setValue(int) - function in external.org.apache.commons.lang3.mutable.MutableInt
Sets the value.
setValue(T) - function in external.org.apache.commons.lang3.mutable.MutableInt
Sets the value of this mutable.
setValue(R) - function in external.org.apache.commons.lang3.tuple.ImmutablePair
Throws {@code UnsupportedOperationException}.
setValue(V) - function in java.util.ImmutablePair
 
setValue(V) - function in java.util.Pair
 
setXposedVersion(int) - function in de.robv.android.xposed.XposedBridge
 
shortValue() - function in java.lang.MutableInt
 
split(String) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, using whitespace as theseparator.
split(String,char) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator specified.This is an alternative to using StringTokenizer.
split(String,String) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, separators specified.This is an alternative to using StringTokenizer.
split(String,String,int) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array with a maximum length,separators specified.
splitByCharacterType(String) - function in external.org.apache.commons.lang3.StringUtils
Splits a String by Character type as returned by {@code java.lang.Character.getType(char)}.
splitByCharacterTypeCamelCase(String) - function in external.org.apache.commons.lang3.StringUtils
Splits a String by Character type as returned by {@code java.lang.Character.getType(char)}.
splitByWholeSeparator(String,String) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparator(String,String,int) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String,String) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String,String,int) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitPreserveAllTokens(String) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, using whitespace as theseparator, preserving all tokens, including empty tokens created byadjacent separators.
splitPreserveAllTokens(String,char) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, separator specified,preserving all tokens, including empty tokens created by adjacentseparators.
splitPreserveAllTokens(String,String) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array, separators specified,preserving all tokens, including empty tokens created by adjacentseparators.
splitPreserveAllTokens(String,String,int) - function in external.org.apache.commons.lang3.StringUtils
Splits the provided text into an array with a maximum length,separators specified, preserving all tokens, including empty tokenscreated by adjacent separators.
startsWith(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
Check if a CharSequence starts with a specified prefix.
startsWithAny(CharSequence,Array) - function in external.org.apache.commons.lang3.StringUtils
Check if a CharSequence starts with any of an array of specified strings.
startsWithIgnoreCase(CharSequence,CharSequence) - function in external.org.apache.commons.lang3.StringUtils
Case insensitive check if a CharSequence starts with a specified prefix.
StringUtils - class in external.org.apache.commons.lang3
Operations on java.lang.String that are {@code null} safe.
strip(String) - function in external.org.apache.commons.lang3.StringUtils
Strips whitespace from the start and end of a String.
strip(String,String) - function in external.org.apache.commons.lang3.StringUtils
Strips any of a set of characters from the start and end of a String.
stripAccents(String) - function in external.org.apache.commons.lang3.StringUtils
Removes diacritics (~= accents) from a string.
stripAll(Array) - function in external.org.apache.commons.lang3.StringUtils
Strips whitespace from the start and end of every String in an array.
stripAll(Array,String) - function in external.org.apache.commons.lang3.StringUtils
Strips any of a set of characters from the start and end of everyString in an array.
stripEnd(String,String) - function in external.org.apache.commons.lang3.StringUtils
Strips any of a set of characters from the end of a String.
stripStart(String,String) - function in external.org.apache.commons.lang3.StringUtils
Strips any of a set of characters from the start of a String.
stripToEmpty(String) - function in external.org.apache.commons.lang3.StringUtils
Strips whitespace from the start and end of a String returningan empty String if {@code null} input.
stripToNull(String) - function in external.org.apache.commons.lang3.StringUtils
Strips whitespace from the start and end of a String returning {@code null} if the String is empty ("") after the strip.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new array containing the elements betweenthe start and end indices.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new {@code long} array containing the elementsbetween the start and end indices.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new {@code int} array containing the elementsbetween the start and end indices.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new {@code short} array containing the elementsbetween the start and end indices.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new {@code char} array containing the elementsbetween the start and end indices.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new {@code byte} array containing the elementsbetween the start and end indices.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new {@code double} array containing the elementsbetween the start and end indices.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new {@code float} array containing the elementsbetween the start and end indices.
subarray(Array,int,int) - function in external.org.apache.commons.lang3.ArrayUtils
Produces a new {@code boolean} array containing the elementsbetween the start and end indices.
subSequence(CharSequence,int) - function in external.org.apache.commons.lang3.CharSequenceUtils
Returns a new {@code CharSequence} that is a subsequence of thissequence starting with the {@code char} value at the specified index.
substring(String,int) - function in external.org.apache.commons.lang3.StringUtils
Gets a substring from the specified String avoiding exceptions.
substring(String,int,int) - function in external.org.apache.commons.lang3.StringUtils
Gets a substring from the specified String avoiding exceptions.
substringAfter(String,String) - function in external.org.apache.commons.lang3.StringUtils
Gets the substring after the first occurrence of a separator.The separator is not returned.
substringAfterLast(String,String) - function in external.org.apache.commons.lang3.StringUtils
Gets the substring after the last occurrence of a separator.The separator is not returned.
substringBefore(String,String) - function in external.org.apache.commons.lang3.StringUtils
Gets the substring before the first occurrence of a separator.The separator is not returned.
substringBeforeLast(String,String) - function in external.org.apache.commons.lang3.StringUtils
Gets the substring before the last occurrence of a separator.The separator is not returned.
substringBetween(String,String) - function in external.org.apache.commons.lang3.StringUtils
Gets the String that is nested in between two instances of thesame String.
substringBetween(String,String,String) - function in external.org.apache.commons.lang3.StringUtils
Gets the String that is nested in between two Strings.Only the first match is returned.
substringsBetween(String,String,String) - function in external.org.apache.commons.lang3.StringUtils
Searches a String for substrings delimited by a start and end tag,returning all matching substrings in an array.
subtract(int) - function in external.org.apache.commons.lang3.mutable.MutableInt
Subtracts a value from the value of this instance.
subtract(Number) - function in external.org.apache.commons.lang3.mutable.MutableInt
Subtracts a value from the value of this instance.
swapCase(String) - function in external.org.apache.commons.lang3.StringUtils
Swaps the case of a String changing upper and title case tolower case, and lower case to upper case.
SystemUtils - class in external.org.apache.commons.lang3
Helpers for {@code java.lang.System}.
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X