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

A

addDistinctEntry(List<V>, V) - 类 中的静态方法appcoo.util.data.ListUtil
add distinct entry to list
addDistinctList(List<V>, List<V>) - 类 中的静态方法appcoo.util.data.ListUtil
add all distinct entry to list1 from list2
addListNotNullValue(List<V>, V) - 类 中的静态方法appcoo.util.data.ListUtil
add not null entry to list
APP_INSTALL_AUTO - 类 中的静态变量appcoo.util.common.PackageUtil
App installation location settings values, same to #PackageHelper
APP_INSTALL_EXTERNAL - 类 中的静态变量appcoo.util.common.PackageUtil
 
APP_INSTALL_INTERNAL - 类 中的静态变量appcoo.util.common.PackageUtil
 
appcoo.util.common - 程序包 appcoo.util.common
 
appcoo.util.data - 程序包 appcoo.util.data
 
appcoo.util.file - 程序包 appcoo.util.file
 
appcoo.util.string - 程序包 appcoo.util.string
 
ArrayUtil - appcoo.util.data中的类
 
AUDIO_EXTENSIONS - 类 中的静态变量appcoo.util.file.FileUtil
 

C

CAPITAL_LETTERS - 类 中的静态变量appcoo.util.string.RandomUtil
 
capitalizeFirstLetter(String) - 类 中的静态方法appcoo.util.string.StringUtil
capitalize first letter

capitalizeFirstLetter(null) = null; capitalizeFirstLetter("") = ""; capitalizeFirstLetter("2ab") = "2ab" capitalizeFirstLetter("a") = "A" capitalizeFirstLetter("ab") = "Ab" capitalizeFirstLetter("Abc") = "Abc"

checkRootPermission() - 类 中的静态方法appcoo.util.common.ShellUtil
check whether has root permission
cn2FirstSpell(String) - 类 中的静态方法appcoo.util.string.PinyinUtil
 
cn2py(String) - 类 中的静态方法appcoo.util.string.SpellUtil
根据一个包含汉字的字符串返回一个汉字拼音首字母的字符串 最重要的一个方法,思路如下:一个个字符读入、判断、输出
cn2Spell(String) - 类 中的静态方法appcoo.util.string.PinyinUtil
 
COMMAND_EXIT - 类 中的静态变量appcoo.util.common.ShellUtil
 
COMMAND_LINE_END - 类 中的静态变量appcoo.util.common.ShellUtil
 
COMMAND_SH - 类 中的静态变量appcoo.util.common.ShellUtil
 
COMMAND_SU - 类 中的静态变量appcoo.util.common.ShellUtil
 
compare(V, V) - 类 中的静态方法appcoo.util.data.ObjectUtil
compare two object About result if v1 > v2, return 1 if v1 = v2, return 0 if v1 < v2, return -1 About rule if v1 is null, v2 is null, then return 0 if v1 is null, v2 is not null, then return -1 if v1 is not null, v2 is null, then return 1 return v1.
copyFile(String, String) - 类 中的静态方法appcoo.util.file.FileUtil
copy file

D

d(String, String) - 类 中的静态方法appcoo.util.common.LogUtil
 
d(String, String, Throwable) - 类 中的静态方法appcoo.util.common.LogUtil
 
DataStringUtil - appcoo.util.string中的类
 
DEFAULT_JOIN_SEPARATOR - 类 中的静态变量appcoo.util.data.ListUtil
default join separator *
DEFAULT_KEY_AND_VALUE_PAIR_SEPARATOR - 类 中的静态变量appcoo.util.data.MapUtil
default separator between key-value pairs *
DEFAULT_KEY_AND_VALUE_SEPARATOR - 类 中的静态变量appcoo.util.data.MapUtil
default separator between key and value *
DELETE_FAILED_DEVICE_POLICY_MANAGER - 类 中的静态变量appcoo.util.common.PackageUtil
Uninstall return code
uninstall fail if the system failed to delete the package because it is the active DevicePolicy manager.
DELETE_FAILED_INTERNAL_ERROR - 类 中的静态变量appcoo.util.common.PackageUtil
Uninstall return code
uninstall fail if the system failed to delete the package for an unspecified reason.
DELETE_FAILED_INVALID_PACKAGE - 类 中的静态变量appcoo.util.common.PackageUtil
Uninstall return code
uninstall fail if pcakge name is invalid
DELETE_FAILED_PERMISSION_DENIED - 类 中的静态变量appcoo.util.common.PackageUtil
Uninstall return code
uninstall fail if permission denied
DELETE_SUCCEEDED - 类 中的静态变量appcoo.util.common.PackageUtil
Uninstall return code
uninstall success.
deleteFile(String) - 类 中的静态方法appcoo.util.file.FileUtil
delete file or directory if path is null or empty, return true if path not exist, return true if path exist, delete recursion. return true
DensityUtil - appcoo.util.common中的类
 
DensityUtil() - 类 的构造器appcoo.util.common.DensityUtil
 
deserialization(String) - 类 中的静态方法appcoo.util.common.SerializeUtil
deserialization from file
dip2px(Context, float) - 类 中的静态方法appcoo.util.common.DensityUtil
根据手机的分辨率从 dp 的单位 转成为 px(像素)
dismiss() - 类 中的静态方法appcoo.util.common.LoadingUtil
 
distinctList(List<V>) - 类 中的静态方法appcoo.util.data.ListUtil
remove duplicate entries in list
dpToPx(Context, float) - 类 中的静态方法appcoo.util.common.ScreenUtil
 
dpToPxInt(Context, float) - 类 中的静态方法appcoo.util.common.ScreenUtil
 

E

e(String, String) - 类 中的静态方法appcoo.util.common.LogUtil
 
e(String, String, Throwable) - 类 中的静态方法appcoo.util.common.LogUtil
 
errorMsg - 类 中的变量appcoo.util.common.ShellUtil.CommandResult
error message of command result *
execCommand(String, boolean) - 类 中的静态方法appcoo.util.common.ShellUtil
execute shell command, default return result msg
execCommand(List<String>, boolean) - 类 中的静态方法appcoo.util.common.ShellUtil
execute shell commands, default return result msg
execCommand(String[], boolean) - 类 中的静态方法appcoo.util.common.ShellUtil
execute shell commands, default return result msg
execCommand(String, boolean, boolean) - 类 中的静态方法appcoo.util.common.ShellUtil
execute shell command
execCommand(List<String>, boolean, boolean) - 类 中的静态方法appcoo.util.common.ShellUtil
execute shell commands
execCommand(String[], boolean, boolean) - 类 中的静态方法appcoo.util.common.ShellUtil
execute shell commands

F

FileUtil - appcoo.util.file中的类
 
formatDate(Context, String) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
formatDateChannel(String) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
formatFileSize(long) - 类 中的静态方法appcoo.util.file.FileUtil
转换文件大小单位(b/kb/mb/gb) **
fromTimeToString(long) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
fromTimeToString2(long) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
fullWidthToHalfWidth(String) - 类 中的静态方法appcoo.util.string.StringUtil
transform half width char to full width char

fullWidthToHalfWidth(null) = null; fullWidthToHalfWidth("") = ""; fullWidthToHalfWidth(new String(new char[] {12288})) = " "; fullWidthToHalfWidth("!

G

GestureHelper - appcoo.util.common中的类
 
GestureHelper(Context) - 类 的构造器appcoo.util.common.GestureHelper
 
GestureHelper.OnFlingListener - appcoo.util.common中的类
 
GestureHelper.OnFlingListener() - 类 的构造器appcoo.util.common.GestureHelper.OnFlingListener
 
getAppVersionCode(Context) - 类 中的静态方法appcoo.util.common.PackageUtil
get app version code
getAppVersionName(Context) - 类 中的静态方法appcoo.util.common.PackageUtil
get app version name
getBean(Context, String) - 类 中的静态方法appcoo.util.common.PreferencesUtil
 
getBoolean(Context, String) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get boolean preferences, default is false
getBoolean(Context, String, boolean) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get boolean preferences
getDateString(long) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
getDay(Date, int) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
getDirectoryFileCount(File) - 类 中的静态方法appcoo.util.file.FileUtil
获取文件个数 **
getDirectorySize(File) - 类 中的静态方法appcoo.util.file.FileUtil
获取文件夹大小 **
getFileExtension(File) - 类 中的静态方法appcoo.util.file.FileUtil
获取文件后缀
getFileNameNoExtension(String) - 类 中的静态方法appcoo.util.file.FileUtil
 
getFileSize(File) - 类 中的静态方法appcoo.util.file.FileUtil
获取文件大小 **
getFloat(Context, String) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get float preferences
getFloat(Context, String, float) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get float preferences
getFolderName(String) - 类 中的静态方法appcoo.util.file.FileUtil
get folder name from path

getFolderName(null) = null getFolderName("") = "" getFolderName(" ") = "" getFolderName("a.mp3") = "" getFolderName("a.b.rmvb") = "" getFolderName("abc") = "" getFolderName("c:\\") = "c:" getFolderName("c:\\a") = "c:" getFolderName("c:\\a.b") = "c:" getFolderName("c:a.txt\\a") = "c:a.txt" getFolderName("c:a\\b\\c\\d.txt") = "c:a\\b\\c" getFolderName("/home/admin") = "/home" getFolderName("/home/admin/a.txt/b.mp3") = "/home/admin/a.txt"

getHrefInnerHtml(String) - 类 中的静态方法appcoo.util.string.StringUtil
get innerHtml from href

getHrefInnerHtml(null) = "" getHrefInnerHtml("") = "" getHrefInnerHtml("mp3") = "mp3"; getHrefInnerHtml("<a innerHtml</a>") = "<a innerHtml</a>"; getHrefInnerHtml("<a>innerHtml</a>") = "innerHtml"; getHrefInnerHtml("<a<a>innerHtml</a>") = "innerHtml"; getHrefInnerHtml("<a href="baidu.com">innerHtml</a>") = "innerHtml"; getHrefInnerHtml("<a href="baidu.com" title="baidu">innerHtml</a>") = "innerHtml"; getHrefInnerHtml(" <a>innerHtml</a> ") = "innerHtml"; getHrefInnerHtml("<a>innerHtml</a></a>") = "innerHtml"; getHrefInnerHtml("jack<a>innerHtml</a></a>") = "innerHtml"; getHrefInnerHtml("<a>innerHtml1</a><a>innerHtml2</a>") = "innerHtml2";

getInstallLocation() - 类 中的静态方法appcoo.util.common.PackageUtil
get system install location
can be set by System Menu Setting->Storage->Prefered install location
getInt(Context, String) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get int preferences
getInt(Context, String, int) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get int preferences
getKeyByValue(Map<K, V>, V) - 类 中的静态方法appcoo.util.data.MapUtil
get key by value, match the first entry front to back Attentions: for HashMap, the order of entry not same to put order, so you may need to use TreeMap
getLast(V[], V, V, boolean) - 类 中的静态方法appcoo.util.data.ArrayUtil
get last element of the target element, before the first one that match the target element front to back if array is empty, return defaultValue if target element is not exist in array, return defaultValue if target element exist in array and its index is not 0, return the last element if target element exist in array and its index is 0, return the last one in array if isCircle is true, else return defaultValue
getLast(V[], V, boolean) - 类 中的静态方法appcoo.util.data.ArrayUtil
 
getLast(long[], long, long, boolean) - 类 中的静态方法appcoo.util.data.ArrayUtil
 
getLast(int[], int, int, boolean) - 类 中的静态方法appcoo.util.data.ArrayUtil
 
getLast(List<V>, V) - 类 中的静态方法appcoo.util.data.ListUtil
 
getLength(String) - 类 中的静态方法appcoo.util.string.StringUtil
统计字符串长度,一个双字节字符长度计2,ASCII字符计1
getLong(Context, String) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get long preferences
getLong(Context, String, long) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get long preferences
getNetWorkType(Context) - 类 中的静态方法appcoo.util.common.NetWorkUtil
Get network type
getNext(V[], V, V, boolean) - 类 中的静态方法appcoo.util.data.ArrayUtil
get next element of the target element, after the first one that match the target element front to back if array is empty, return defaultValue if target element is not exist in array, return defaultValue if target element exist in array and not the last one in array, return the next element if target element exist in array and the last one in array, return the first one in array if isCircle is true, else return defaultValue
getNext(V[], V, boolean) - 类 中的静态方法appcoo.util.data.ArrayUtil
 
getNext(long[], long, long, boolean) - 类 中的静态方法appcoo.util.data.ArrayUtil
 
getNext(int[], int, int, boolean) - 类 中的静态方法appcoo.util.data.ArrayUtil
 
getNext(List<V>, V) - 类 中的静态方法appcoo.util.data.ListUtil
 
getProgressDialog() - 类 中的静态方法appcoo.util.common.LoadingUtil
 
getRandom(String, int) - 类 中的静态方法appcoo.util.string.RandomUtil
get a fixed-length random string, its a mixture of chars in source
getRandom(char[], int) - 类 中的静态方法appcoo.util.string.RandomUtil
get a fixed-length random string, its a mixture of chars in sourceChar
getRandom(int) - 类 中的静态方法appcoo.util.string.RandomUtil
get random int between 0 and max
getRandom(int, int) - 类 中的静态方法appcoo.util.string.RandomUtil
get random int between min and max
getRandomCapitalLetters(int) - 类 中的静态方法appcoo.util.string.RandomUtil
get a fixed-length random string, its a mixture of uppercase letters
getRandomLetters(int) - 类 中的静态方法appcoo.util.string.RandomUtil
get a fixed-length random string, its a mixture of uppercase and lowercase letters
getRandomLowerCaseLetters(int) - 类 中的静态方法appcoo.util.string.RandomUtil
get a fixed-length random string, its a mixture of lowercase letters
getRandomNumbers(int) - 类 中的静态方法appcoo.util.string.RandomUtil
get a fixed-length random string, its a mixture of numbers
getRandomNumbersAndLetters(int) - 类 中的静态方法appcoo.util.string.RandomUtil
get a fixed-length random string, its a mixture of uppercase, lowercase letters and numbers
getScreenHeight(Context) - 类 中的静态方法appcoo.util.common.ScreenUtil
获得屏幕宽度
getScreenWidth(Context) - 类 中的静态方法appcoo.util.common.ScreenUtil
获得屏幕高度
getSize(List<V>) - 类 中的静态方法appcoo.util.data.ListUtil
get size of list

getSize(null) = 0; getSize({}) = 0; getSize({1}) = 1;

getStatusHeight(Context) - 类 中的静态方法appcoo.util.common.ScreenUtil
获得状态栏的高度
getString(Context, String) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get string preferences
getString(Context, String, String) - 类 中的静态方法appcoo.util.common.PreferencesUtil
get string preferences
getStringByBytes(byte[]) - 类 中的静态方法appcoo.util.string.StringUtil
 
getTimeString(long) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
getVideoLen(String) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
getWeekOfDate(Date) - 类 中的静态方法appcoo.util.string.DataStringUtil
 
getYearDateString(long) - 类 中的静态方法appcoo.util.string.DataStringUtil
 

H

halfWidthToFullWidth(String) - 类 中的静态方法appcoo.util.string.StringUtil
transform full width char to half width char

halfWidthToFullWidth(null) = null; halfWidthToFullWidth("") = ""; halfWidthToFullWidth(" ") = new String(new char[] {12288}); halfWidthToFullWidth("!

hasSDCard() - 类 中的静态方法appcoo.util.file.FileUtil
 
hideSoftKeyboard(Context, EditText) - 类 中的静态方法appcoo.util.common.InputMethodUtil
 
htmlEscapeCharsToString(String) - 类 中的静态方法appcoo.util.string.StringUtil
process special char in html

htmlEscapeCharsToString(null) = null; htmlEscapeCharsToString("") = ""; htmlEscapeCharsToString("mp3") = "mp3"; htmlEscapeCharsToString("mp3<") = "mp3<"; htmlEscapeCharsToString("mp3>") = "mp3\>"; htmlEscapeCharsToString("mp3&mp4") = "mp3&mp4"; htmlEscapeCharsToString("mp3"mp4") = "mp3\"mp4"; htmlEscapeCharsToString("mp3<>&"mp4") = "mp3\<\>&\"mp4";

I

i(String, String) - 类 中的静态方法appcoo.util.common.LogUtil
 
i(String, String, Throwable) - 类 中的静态方法appcoo.util.common.LogUtil
 
InputMethodUtil - appcoo.util.common中的类
 
InputMethodUtil() - 类 的构造器appcoo.util.common.InputMethodUtil
 
install(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
install according conditions if system application or rooted, see PackageUtil.installSilent(Context, String) else see PackageUtil.installNormal(Context, String)
INSTALL_FAILED_ALREADY_EXISTS - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the package is already installed.
INSTALL_FAILED_CONFLICTING_PROVIDER - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package failed because it contains a content provider with the same authority as a provider already installed in the system.
INSTALL_FAILED_CONTAINER_ERROR - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
a secure container mount point couldn't be accessed on external media.
INSTALL_FAILED_CPU_ABI_INCOMPATIBLE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the package being installed contains native code, but none that is compatible with the the device's CPU_ABI.
INSTALL_FAILED_DEXOPT - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package failed while optimizing and validating its dex files, either because there was not enough storage or the validation failed.
INSTALL_FAILED_DUPLICATE_PACKAGE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
a package is already installed with the same name.
INSTALL_FAILED_INSUFFICIENT_STORAGE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the package manager service found that the device didn't have enough storage space to install the app.
INSTALL_FAILED_INTERNAL_ERROR - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the system failed to install the package because of system issues.
INSTALL_FAILED_INVALID_APK - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the package archive file is invalid.
INSTALL_FAILED_INVALID_INSTALL_LOCATION - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package couldn't be installed in the specified install location.
INSTALL_FAILED_INVALID_URI - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the URI passed in is invalid.
INSTALL_FAILED_MEDIA_UNAVAILABLE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package couldn't be installed in the specified install location because the media is not available.
INSTALL_FAILED_MISSING_FEATURE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package uses a feature that is not available.
INSTALL_FAILED_MISSING_SHARED_LIBRARY - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package uses a shared library that is not available.
INSTALL_FAILED_NEWER_SDK - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package failed because the current SDK version is newer than that required by the package.
INSTALL_FAILED_NO_SHARED_USER - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the requested shared user does not exist.
INSTALL_FAILED_OLDER_SDK - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package failed because the current SDK version is older than that required by the package.
INSTALL_FAILED_OTHER - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
other reason
INSTALL_FAILED_PACKAGE_CHANGED - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the package changed from what the calling program expected.
INSTALL_FAILED_REPLACE_COULDNT_DELETE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package uses a shared library that is not available.
INSTALL_FAILED_SHARED_USER_INCOMPATIBLE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package is requested a shared user which is already installed on the device and does not have matching signature.
INSTALL_FAILED_TEST_ONLY - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package failed because it has specified that it is a test-only package and the caller has not supplied the #INSTALL_ALLOW_TEST flag.
INSTALL_FAILED_UID_CHANGED - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package is assigned a different UID than it previously held.
INSTALL_FAILED_UPDATE_INCOMPATIBLE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
a previously installed package of the same name has a different signature than the new package (and the old package's data was not removed).
INSTALL_FAILED_VERIFICATION_FAILURE - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package couldn't be installed because the verification did not succeed.
INSTALL_FAILED_VERIFICATION_TIMEOUT - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
the new package couldn't be installed because the verification timed out.
INSTALL_PARSE_FAILED_BAD_MANIFEST - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser was unable to retrieve the AndroidManifest.xml file.
INSTALL_PARSE_FAILED_BAD_PACKAGE_NAME - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser encountered a bad or missing package name in the manifest.
INSTALL_PARSE_FAILED_BAD_SHARED_USER_ID - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser encountered a bad shared user id name in the manifest.
INSTALL_PARSE_FAILED_CERTIFICATE_ENCODING - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser encountered a CertificateEncodingException in one of the files in the .apk.
INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser found inconsistent certificates on the files in the .apk.
INSTALL_PARSE_FAILED_MANIFEST_EMPTY - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser did not find any actionable tags (instrumentation or application) in the manifest.
INSTALL_PARSE_FAILED_MANIFEST_MALFORMED - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser encountered some structural problem in the manifest.
INSTALL_PARSE_FAILED_NO_CERTIFICATES - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser did not find any certificates in the .apk.
INSTALL_PARSE_FAILED_NOT_APK - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser was given a path that is not a file, or does not end with the expected '.apk' extension.
INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
if the parser encountered an unexpected exception.
INSTALL_SUCCEEDED - 类 中的静态变量appcoo.util.common.PackageUtil
Installation return code
install success.
installNormal(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
install package normal by system intent
installSilent(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
install package silent by root Attentions: Don't call this on the ui thread, it may costs some times.
installSilent(Context, String, String) - 类 中的静态方法appcoo.util.common.PackageUtil
install package silent by root Attentions: Don't call this on the ui thread, it may costs some times.
invertList(List<V>) - 类 中的静态方法appcoo.util.data.ListUtil
invert list
isAzazNum(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证只能由A-Z a-z 0-9组成
isAzazNumDownLineAndStartWithEnglish(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否为由A-Z a-z 0-9 和 下划线"_"组成并且是字母开头的字符串 是:返回true 否:返回false
isBetweenMinAndMax(String, int, int) - 类 中的静态方法appcoo.util.string.ValidateUtil
是否为指定长度的字符串 是:返回true 否:返回false
isBlank(String) - 类 中的静态方法appcoo.util.string.StringUtil
判断字符串是否为空白,即为null或为" "
isCardId(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否为身份证(匹配身份证 15~18位 可以判断出生年月是否符合要求) 是:返回true 否:返回false
isChineseOnly(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否只为汉字 是:返回true 否:返回false
isDateddMMyyyy(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否匹配日期dd/MM/yyyy 是:返回true 否:返回false
isDateyyyyMMdd(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否匹配日期 yyyy-MM-dd(0001-9999) 是:返回true 否:返回false
isDateyyyyMMddAll(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否匹配日期 yyyyMMdd(0001-9999) 否:返回false
isDateyyyyMMddhhmmss(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否匹配日期 yyyy-MM-dd hh:mm:ss 是:返回true 否:返回false
isDay(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证匹配一个月的31天,正确格式为01~09或1~31 是:返回true 否:返回false
isEmail(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否为Email 是:返回true 否:返回false
isEmpty(V[]) - 类 中的静态方法appcoo.util.data.ArrayUtil
is null or its length is 0
isEmpty(List<V>) - 类 中的静态方法appcoo.util.data.ListUtil
is null or its size is 0

isEmpty(null) = true; isEmpty({}) = true; isEmpty({1}) = false;

isEmpty(Map<K, V>) - 类 中的静态方法appcoo.util.data.MapUtil
is null or its size is 0

isEmpty(null) = true; isEmpty({}) = true; isEmpty({1, 2}) = false;

isEmpty(String) - 类 中的静态方法appcoo.util.string.StringUtil
判断字符串是否为空,即为null或""
isEquals(ArrayList<V>, ArrayList<V>) - 类 中的静态方法appcoo.util.data.ListUtil
compare two list

isEquals(null, null) = true; isEquals(new ArrayList<String>(), null) = false; isEquals(null, new ArrayList<String>()) = false; isEquals(new ArrayList<String>(), new ArrayList<String>()) = true;

isEquals(Object, Object) - 类 中的静态方法appcoo.util.data.ObjectUtil
compare two object
isEquals(String, String) - 类 中的静态方法appcoo.util.string.StringUtil
compare two string
isFileExist(String) - 类 中的静态方法appcoo.util.file.FileUtil
Indicates if this file represents a file on the underlying file system.
isFirstRun(Context) - 类 中的静态方法appcoo.util.common.PreferencesUtil
 
isFolderExist(String) - 类 中的静态方法appcoo.util.file.FileUtil
Indicates if this file represents a directory on the underlying file system.
isHasSoecialChar(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否含有特殊的字符(^%&',;=?
isLength(String, int) - 类 中的静态方法appcoo.util.string.ValidateUtil
是否为指定长度的字符串 是:返回true 否:返回false
isLowerCaseOnly(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否只为英文小写(a-z) 是:返回true 否:返回false
isLowerOrUpperCase(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否只为英文(A-Z a-z) 是:返回true 否:返回false
isMaxThenLength(String, int) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证指定字符串的长度是否至少是指定长度(就是字符串长度是否大于或等于指定长度) 是:返回true 否:返回false
isMinThenLength(String, int) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证指定指定长度是否至少是字符串的长度(就是字符串长度是否小于或等于指定长度) 是:返回true 否:返回false
isMobile(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否匹配手机号 13000000000-13999999999 14000000000-14999999999 1500000000-15999999999 1800000000-18999999999 是:返回true 否:返回false
isMobileOrStartWith86(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否匹配手机号 可以由+86或86开头 13000000000-13999999999 14000000000-14999999999 1500000000-15999999999 1800000000-18999999999 是:返回true 否:返回false
isMouth(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证匹配一个月的31天,正确格式为01~09或1~12 是:返回true 否:返回false
isNetworkConnected(Context) - 类 中的静态方法appcoo.util.common.NetWorkUtil
isNetworkConnected
isNumOnly(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否只为数字(0~9) 是:返回true 否:返回false
isPostCode(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否匹配邮政编码 格式为100000~999999 是:返回true 否:返回false
isQQ(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否匹配QQ号 10000-9999999999 5位到10位的数字 是:返回true 否:返回false
isSystemApplication(Context) - 类 中的静态方法appcoo.util.common.PackageUtil
whether context is system application
isSystemApplication(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
whether packageName is system application
isSystemApplication(PackageManager, String) - 类 中的静态方法appcoo.util.common.PackageUtil
whether packageName is system application
isTopActivity(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
whether the app whost package's name is packageName is on the top of the stack Attentions: You should add android.permission.GET_TASKS in manifest
isUpperCaseOnly(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否只为英文大写(A-Z) 是:返回true 否:返回false
isUrl(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
是否为Url 是:返回true 否:返回false
isVideoOrAudio(File) - 类 中的静态方法appcoo.util.file.FileUtil
是否是音频或者视频
isZeroOrNotStartWithZeroNum(String) - 类 中的静态方法appcoo.util.string.ValidateUtil
验证是否为0或者不为0开头的数字 是:返回true 否:返回false

J

join(List<String>) - 类 中的静态方法appcoo.util.data.ListUtil
join list to string, separator is ","

join(null) = ""; join({}) = ""; join({a,b}) = "a,b";

join(List<String>, char) - 类 中的静态方法appcoo.util.data.ListUtil
join list to string

join(null, '#') = ""; join({}, '#') = ""; join({a,b,c}, ' ') = "abc"; join({a,b,c}, '#') = "a#b#c";

join(List<String>, String) - 类 中的静态方法appcoo.util.data.ListUtil
join list to string. if separator is null, use ListUtil.DEFAULT_JOIN_SEPARATOR

join(null, "#") = ""; join({}, "#$") = ""; join({a,b,c}, null) = "a,b,c"; join({a,b,c}, "") = "abc"; join({a,b,c}, "#") = "a#b#c"; join({a,b,c}, "#$") = "a#$b#$c";

L

LETTERS - 类 中的静态变量appcoo.util.string.RandomUtil
 
ListUtil - appcoo.util.data中的类
 
LoadingUtil - appcoo.util.common中的类
Created by tjianli on 15/8/11.
LoadingUtil() - 类 的构造器appcoo.util.common.LoadingUtil
 
LogUtil - appcoo.util.common中的类
 
LogUtil() - 类 的构造器appcoo.util.common.LogUtil
 
LOWER_CASE_LETTERS - 类 中的静态变量appcoo.util.string.RandomUtil
 

M

makeDirs(String) - 类 中的静态方法appcoo.util.file.FileUtil
Creates the directory named by the trailing filename of this file, including the complete directory path required to create this directory.
makeFolders(String) - 类 中的静态方法appcoo.util.file.FileUtil
 
MapUtil - appcoo.util.data中的类
 
MD5 - appcoo.util.string中的类
 
MD5() - 类 的构造器appcoo.util.string.MD5
 
Md5(String) - 类 中的静态方法appcoo.util.string.MD5
 

N

NETWORK_TYPE_2G - 类 中的静态变量appcoo.util.common.NetWorkUtil
 
NETWORK_TYPE_3G - 类 中的静态变量appcoo.util.common.NetWorkUtil
 
NETWORK_TYPE_DISCONNECT - 类 中的静态变量appcoo.util.common.NetWorkUtil
 
NETWORK_TYPE_UNKNOWN - 类 中的静态变量appcoo.util.common.NetWorkUtil
 
NETWORK_TYPE_WAP - 类 中的静态变量appcoo.util.common.NetWorkUtil
 
NETWORK_TYPE_WIFI - 类 中的静态变量appcoo.util.common.NetWorkUtil
 
NetWorkUtil - appcoo.util.common中的类
NetWork Utils Attentions You should add android.permission.ACCESS_NETWORK_STATE in manifest, to get network status.
NetWorkUtil() - 类 的构造器appcoo.util.common.NetWorkUtil
 
nullStrToEmpty(Object) - 类 中的静态方法appcoo.util.data.ObjectUtil
null Object to empty string

nullStrToEmpty(null) = ""; nullStrToEmpty("") = ""; nullStrToEmpty("aa") = "aa";

NUMBERS - 类 中的静态变量appcoo.util.string.RandomUtil
 
NUMBERS_AND_LETTERS - 类 中的静态变量appcoo.util.string.RandomUtil
 

O

ObjectUtil - appcoo.util.data中的类
 
onDown(MotionEvent) - 类 中的方法appcoo.util.common.GestureHelper
 
onFling(MotionEvent, MotionEvent, float, float) - 类 中的方法appcoo.util.common.GestureHelper
 
OnFlingLeft() - 类 中的方法appcoo.util.common.GestureHelper.OnFlingListener
 
OnFlingRight() - 类 中的方法appcoo.util.common.GestureHelper.OnFlingListener
 
onLongPress(MotionEvent) - 类 中的方法appcoo.util.common.GestureHelper
 
onScroll(MotionEvent, MotionEvent, float, float) - 类 中的方法appcoo.util.common.GestureHelper
 
onShowPress(MotionEvent) - 类 中的方法appcoo.util.common.GestureHelper
 
onSingleTapUp(MotionEvent) - 类 中的方法appcoo.util.common.GestureHelper
 
onTouchEvent(MotionEvent) - 类 中的方法appcoo.util.common.GestureHelper
 

P

PackageUtil - appcoo.util.common中的类
PackageUtils Install package PackageUtils#installNormal(Context, String) PackageUtils#installSilent(Context, String) PackageUtils#install(Context, String) Uninstall package PackageUtils#uninstallNormal(Context, String) PackageUtils#uninstallSilent(Context, String) PackageUtils#uninstall(Context, String) Is system application PackageUtils#isSystemApplication(Context) PackageUtils#isSystemApplication(Context, String) PackageUtils#isSystemApplication(PackageManager, String) Others PackageUtils#getInstallLocation() get system install location PackageUtils#isTopActivity(Context, String) whether the app whost package's name is packageName is on the top of the stack PackageUtils#startInstalledAppDetails(Context, String) start InstalledAppDetails Activity
ParcelUtil - appcoo.util.common中的类
ParcelUtils
parseKeyAndValueToMap(String, String, String, boolean) - 类 中的静态方法appcoo.util.data.MapUtil
parse key-value pairs to map, ignore empty key

parseKeyAndValueToMap("","","",true)=null parseKeyAndValueToMap(null,"","",true)=null parseKeyAndValueToMap("a:b,:","","",true)={(a,b)} parseKeyAndValueToMap("a:b,:d","","",true)={(a,b)} parseKeyAndValueToMap("a:b,c:d","","",true)={(a,b),(c,d)} parseKeyAndValueToMap("a=b, c = d","=",",",true)={(a,b),(c,d)} parseKeyAndValueToMap("a=b, c = d","=",",",false)={(a, b),( c , d)} parseKeyAndValueToMap("a=b, c=d","=", ",", false)={(a,b),( c,d)} parseKeyAndValueToMap("a=b; c=d","=", ";", false)={(a,b),( c,d)} parseKeyAndValueToMap("a=b, c=d", ",", ";", false)={(a=b, c=d)}

parseKeyAndValueToMap(String, boolean) - 类 中的静态方法appcoo.util.data.MapUtil
parse key-value pairs to map, ignore empty key
parseKeyAndValueToMap(String) - 类 中的静态方法appcoo.util.data.MapUtil
parse key-value pairs to map, ignore empty key, ignore space at the begging or end of key and value
PinyinUtil - appcoo.util.string中的类
 
PREFERENCE_NAME - 类 中的静态变量appcoo.util.common.PreferencesUtil
 
PreferencesUtil - appcoo.util.common中的类
putBean(Context, String, Object) - 类 中的静态方法appcoo.util.common.PreferencesUtil
 
putBoolean(Context, String, boolean) - 类 中的静态方法appcoo.util.common.PreferencesUtil
put boolean preferences
putFloat(Context, String, float) - 类 中的静态方法appcoo.util.common.PreferencesUtil
put float preferences
putInt(Context, String, int) - 类 中的静态方法appcoo.util.common.PreferencesUtil
put int preferences
putLong(Context, String, long) - 类 中的静态方法appcoo.util.common.PreferencesUtil
put long preferences
putMapNotEmptyKey(Map<String, String>, String, String) - 类 中的静态方法appcoo.util.data.MapUtil
add key-value pair to map, and key need not null or empty
putMapNotEmptyKeyAndValue(Map<String, String>, String, String) - 类 中的静态方法appcoo.util.data.MapUtil
add key-value pair to map, both key and value need not null or empty
putMapNotEmptyKeyAndValue(Map<String, String>, String, String, String) - 类 中的静态方法appcoo.util.data.MapUtil
add key-value pair to map, key need not null or empty
putMapNotNullKey(Map<K, V>, K, V) - 类 中的静态方法appcoo.util.data.MapUtil
add key-value pair to map, key need not null
putMapNotNullKeyAndValue(Map<K, V>, K, V) - 类 中的静态方法appcoo.util.data.MapUtil
add key-value pair to map, both key and value need not null
putString(Context, String, String) - 类 中的静态方法appcoo.util.common.PreferencesUtil
put string preferences
px2dip(Context, float) - 类 中的静态方法appcoo.util.common.DensityUtil
根据手机的分辨率从 px(像素) 的单位 转成为 dp
px2sp(Context, float) - 类 中的静态方法appcoo.util.common.ScreenUtil
 
pxToDp(Context, float) - 类 中的静态方法appcoo.util.common.ScreenUtil
 
pxToDpCeilInt(Context, float) - 类 中的静态方法appcoo.util.common.ScreenUtil
 

R

RandomUtil - appcoo.util.string中的类
Random Util Shuffling algorithm RandomUtil.shuffle(Object[]) Shuffling algorithm, Randomly permutes the specified array using a default source of randomness RandomUtil.shuffle(Object[], int) Shuffling algorithm, Randomly permutes the specified array RandomUtil.shuffle(int[]) Shuffling algorithm, Randomly permutes the specified int array using a default source of randomness RandomUtil.shuffle(int[], int) Shuffling algorithm, Randomly permutes the specified int array get random int RandomUtil.getRandom(int) get random int between 0 and max RandomUtil.getRandom(int, int) get random int between min and max get random numbers or letters RandomUtil.getRandomCapitalLetters(int) get a fixed-length random string, its a mixture of uppercase letters RandomUtil.getRandomLetters(int) get a fixed-length random string, its a mixture of uppercase and lowercase letters RandomUtil.getRandomLowerCaseLetters(int) get a fixed-length random string, its a mixture of lowercase letters RandomUtil.getRandomNumbers(int) get a fixed-length random string, its a mixture of numbers RandomUtil.getRandomNumbersAndLetters(int) get a fixed-length random string, its a mixture of uppercase, lowercase letters and numbers RandomUtil.getRandom(String, int) get a fixed-length random string, its a mixture of chars in source RandomUtil.getRandom(char[], int) get a fixed-length random string, its a mixture of chars in sourceChar
readBoolean(Parcel) - 类 中的静态方法appcoo.util.common.ParcelUtil
read boolean
readFile(String, String) - 类 中的静态方法appcoo.util.file.FileUtil
read file
readFileToList(String, String) - 类 中的静态方法appcoo.util.file.FileUtil
read file to string list, a element of list is a line
readHashMap(Parcel, ClassLoader) - 类 中的静态方法appcoo.util.common.ParcelUtil
Read a HashMap from a Parcel, class of key and value can parcelable both
readHashMapStringAndString(Parcel) - 类 中的静态方法appcoo.util.common.ParcelUtil
Read a HashMap from a Parcel, class of key and value are both String
readHashMapStringKey(Parcel, ClassLoader) - 类 中的静态方法appcoo.util.common.ParcelUtil
Read a HashMap from a Parcel, class of key is String, class of Value can parcelable
result - 类 中的变量appcoo.util.common.ShellUtil.CommandResult
result of command *

S

ScreenUtil - appcoo.util.common中的类
 
serialization(String, Object) - 类 中的静态方法appcoo.util.common.SerializeUtil
serialize to file
SerializeUtil - appcoo.util.common中的类
Serialize Utils
setCancelListener(DialogInterface.OnCancelListener) - 类 中的静态方法appcoo.util.common.LoadingUtil
 
setMessage(String) - 类 中的静态方法appcoo.util.common.LoadingUtil
 
setOnFlingListener(GestureHelper.OnFlingListener) - 类 中的方法appcoo.util.common.GestureHelper
 
ShellUtil - appcoo.util.common中的类
ShellUtils Check root ShellUtils#checkRootPermission() Execte command ShellUtils#execCommand(String, boolean) ShellUtils#execCommand(String, boolean, boolean) ShellUtils#execCommand(List, boolean) ShellUtils#execCommand(List, boolean, boolean) ShellUtils#execCommand(String[], boolean) ShellUtils#execCommand(String[], boolean, boolean)
ShellUtil.CommandResult - appcoo.util.common中的类
result of command ShellUtil.CommandResult.result means result of command, 0 means normal, else means error, same to excute in linux shell ShellUtil.CommandResult.successMsg means success message of command result ShellUtil.CommandResult.errorMsg means error message of command result
ShellUtil.CommandResult(int) - 类 的构造器appcoo.util.common.ShellUtil.CommandResult
 
ShellUtil.CommandResult(int, String, String) - 类 的构造器appcoo.util.common.ShellUtil.CommandResult
 
show(Context, String) - 类 中的静态方法appcoo.util.common.LoadingUtil
 
showLong(Context, String) - 类 中的静态方法appcoo.util.common.ToastUtil
 
showShort(Context, String) - 类 中的静态方法appcoo.util.common.ToastUtil
 
showSoftKeyboard(Context, EditText) - 类 中的静态方法appcoo.util.common.InputMethodUtil
 
shuffle(Object[]) - 类 中的静态方法appcoo.util.string.RandomUtil
Shuffling algorithm, Randomly permutes the specified array using a default source of randomness
shuffle(Object[], int) - 类 中的静态方法appcoo.util.string.RandomUtil
Shuffling algorithm, Randomly permutes the specified array
shuffle(int[]) - 类 中的静态方法appcoo.util.string.RandomUtil
Shuffling algorithm, Randomly permutes the specified int array using a default source of randomness
shuffle(int[], int) - 类 中的静态方法appcoo.util.string.RandomUtil
Shuffling algorithm, Randomly permutes the specified int array
snapShotWithoutStatusBar(Activity) - 类 中的静态方法appcoo.util.common.ScreenUtil
获取当前屏幕截图,不包含状态栏
snapShotWithStatusBar(Activity) - 类 中的静态方法appcoo.util.common.ScreenUtil
获取当前屏幕截图,包含状态栏
sp2px(Context, float) - 类 中的静态方法appcoo.util.common.ScreenUtil
 
SpellUtil - appcoo.util.string中的类
 
SpellUtil() - 类 的构造器appcoo.util.string.SpellUtil
 
startInstalledAppDetails(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
start InstalledAppDetails Activity
StringUtil - appcoo.util.string中的类
 
successMsg - 类 中的变量appcoo.util.common.ShellUtil.CommandResult
success message of command result *

T

TAG - 类 中的静态变量appcoo.util.common.PackageUtil
 
ToastUtil - appcoo.util.common中的类

ToastUtil() - 类 的构造器appcoo.util.common.ToastUtil
 
toJson(Map<String, String>) - 类 中的静态方法appcoo.util.data.MapUtil
join map
transformIntArray(int[]) - 类 中的静态方法appcoo.util.data.ObjectUtil
convert int array to Integer array
transformIntArray(Integer[]) - 类 中的静态方法appcoo.util.data.ObjectUtil
convert Integer array to int array
transformLongArray(long[]) - 类 中的静态方法appcoo.util.data.ObjectUtil
convert long array to Long array
transformLongArray(Long[]) - 类 中的静态方法appcoo.util.data.ObjectUtil
convert Long array to long array

U

uninstall(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
uninstall according conditions if system application or rooted, see PackageUtil.uninstallSilent(Context, String) else see PackageUtil.uninstallNormal(Context, String)
uninstallNormal(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
uninstall package normal by system intent
uninstallSilent(Context, String) - 类 中的静态方法appcoo.util.common.PackageUtil
uninstall package and clear data of app silent by root
uninstallSilent(Context, String, boolean) - 类 中的静态方法appcoo.util.common.PackageUtil
uninstall package silent by root Attentions: Don't call this on the ui thread, it may costs some times.
utf8Encode(String) - 类 中的静态方法appcoo.util.string.StringUtil
encoded in utf-8

utf8Encode(null) = null utf8Encode("") = ""; utf8Encode("aa") = "aa"; utf8Encode("啊啊啊啊") = "%E5%95%8A%E5%95%8A%E5%95%8A%E5%95%8A";

utf8Encode(String, String) - 类 中的静态方法appcoo.util.string.StringUtil
encoded in utf-8, if exception, return defultReturn

V

v(String, String) - 类 中的静态方法appcoo.util.common.LogUtil
 
v(String, String, Throwable) - 类 中的静态方法appcoo.util.common.LogUtil
 
ValidateUtil - appcoo.util.string中的类

验证工具类
VIDEO_EXTENSIONS - 类 中的静态变量appcoo.util.file.FileUtil
 

W

w(String, String) - 类 中的静态方法appcoo.util.common.LogUtil
 
w(String, String, Throwable) - 类 中的静态方法appcoo.util.common.LogUtil
 
w(String, Throwable) - 类 中的静态方法appcoo.util.common.LogUtil
 
writeBoolean(boolean, Parcel) - 类 中的静态方法appcoo.util.common.ParcelUtil
write boolean
writeFile(String, String, boolean) - 类 中的静态方法appcoo.util.file.FileUtil
write file
writeFile(String, List<String>, boolean) - 类 中的静态方法appcoo.util.file.FileUtil
write file
writeFile(File, InputStream, boolean) - 类 中的静态方法appcoo.util.file.FileUtil
write file
writeFile(String, String) - 类 中的静态方法appcoo.util.file.FileUtil
write file, the string will be written to the begin of the file
writeFile(String, List<String>) - 类 中的静态方法appcoo.util.file.FileUtil
write file, the string list will be written to the begin of the file
writeFile(String, InputStream) - 类 中的静态方法appcoo.util.file.FileUtil
write file, the bytes will be written to the begin of the file
writeFile(String, InputStream, boolean) - 类 中的静态方法appcoo.util.file.FileUtil
write file
writeFile(File, InputStream) - 类 中的静态方法appcoo.util.file.FileUtil
write file, the bytes will be written to the begin of the file
writeHashMap(Map<K, V>, Parcel, int) - 类 中的静态方法appcoo.util.common.ParcelUtil
Write a HashMap to a Parcel, class of key and value can parcelable both
writeHashMapStringAndString(Map<String, String>, Parcel, int) - 类 中的静态方法appcoo.util.common.ParcelUtil
Write a HashMap to a Parcel, class of key and value are both String
writeHashMapStringKey(Map<String, V>, Parcel, int) - 类 中的静态方法appcoo.util.common.ParcelUtil
Write a HashMap to a Parcel, class of key is String, class of Value can parcelable
A C D E F G H I J L M N O P R S T U V W