A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
M
- makeWorldReadable() - function in de.robv.android.xposed.XSharedPreferences
- Tries to make the preferences file world-readable.
- matchesPattern(CharSequence,String) - function in external.org.apache.commons.lang3.Validate
- Validate that the specified argument character sequence matches the specified regularexpression pattern; otherwise throwing an exception.
- matchesPattern(CharSequence,String,String,Array) - function in external.org.apache.commons.lang3.Validate
- Validate that the specified argument character sequence matches the specified regularexpression pattern; otherwise throwing an exception with the specified message.
- max(Array) - function in external.org.apache.commons.lang3.ObjectUtils
- Null safe comparison of Comparables.
- median(Array) - function in external.org.apache.commons.lang3.ObjectUtils
- Find the "best guess" middle value among comparables.
- median(Comparator,Array) - function in external.org.apache.commons.lang3.ObjectUtils
- Find the "best guess" middle value among comparables.
- MemberUtils - class in external.org.apache.commons.lang3.reflect
- Contains common code for working with Methods/Constructors, extracted and refactored from
MethodUtilswhen it was imported from Commons BeanUtils. - MethodUtils - class in external.org.apache.commons.lang3.reflect
- Utility reflection methods focused on methods, originally from Commons BeanUtils.
- mid(String,int,int) - function in external.org.apache.commons.lang3.StringUtils
- Gets
{@code len}characters from the middle of a String. - min(Array) - function in external.org.apache.commons.lang3.ObjectUtils
- Null safe comparison of Comparables.
- mode(Array) - function in external.org.apache.commons.lang3.ObjectUtils
- Find the most frequently occurring item.
- ModuleClassLoader - class in top.canyie.pine.xposed
- Mutable - class in external.org.apache.commons.lang3.mutable
- Provides mutable access to a value.
- MutableInt - class in external.org.apache.commons.lang3.mutable
- A mutable
intwrapper.