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

R

R - Class in cn.trinea.android.common
 
R() - Constructor for class cn.trinea.android.common.R
 
R.attr - Class in cn.trinea.android.common
 
R.attr() - Constructor for class cn.trinea.android.common.R.attr
 
R.color - Class in cn.trinea.android.common
 
R.color() - Constructor for class cn.trinea.android.common.R.color
 
R.dimen - Class in cn.trinea.android.common
 
R.dimen() - Constructor for class cn.trinea.android.common.R.dimen
 
R.drawable - Class in cn.trinea.android.common
 
R.drawable() - Constructor for class cn.trinea.android.common.R.drawable
 
R.id - Class in cn.trinea.android.common
 
R.id() - Constructor for class cn.trinea.android.common.R.id
 
R.layout - Class in cn.trinea.android.common
 
R.layout() - Constructor for class cn.trinea.android.common.R.layout
 
R.string - Class in cn.trinea.android.common
 
R.string() - Constructor for class cn.trinea.android.common.R.string
 
R.style - Class in cn.trinea.android.common
 
R.style() - Constructor for class cn.trinea.android.common.R.style
 
R.styleable - Class in cn.trinea.android.common
 
R.styleable() - Constructor for class cn.trinea.android.common.R.styleable
 
RandomUtils - Class in cn.trinea.android.common.util
Random Utils Shuffling algorithm RandomUtils.shuffle(Object[]) Shuffling algorithm, Randomly permutes the specified array using a default source of randomness RandomUtils.shuffle(Object[], int) Shuffling algorithm, Randomly permutes the specified array RandomUtils.shuffle(int[]) Shuffling algorithm, Randomly permutes the specified int array using a default source of randomness RandomUtils.shuffle(int[], int) Shuffling algorithm, Randomly permutes the specified int array get random int RandomUtils.getRandom(int) get random int between 0 and max RandomUtils.getRandom(int, int) get random int between min and max get random numbers or letters RandomUtils.getRandomCapitalLetters(int) get a fixed-length random string, its a mixture of uppercase letters RandomUtils.getRandomLetters(int) get a fixed-length random string, its a mixture of uppercase and lowercase letters RandomUtils.getRandomLowerCaseLetters(int) get a fixed-length random string, its a mixture of lowercase letters RandomUtils.getRandomNumbers(int) get a fixed-length random string, its a mixture of numbers RandomUtils.getRandomNumbersAndLetters(int) get a fixed-length random string, its a mixture of uppercase, lowercase letters and numbers RandomUtils.getRandom(String, int) get a fixed-length random string, its a mixture of chars in source RandomUtils.getRandom(char[], int) get a fixed-length random string, its a mixture of chars in sourceChar
RandomUtils() - Constructor for class cn.trinea.android.common.util.RandomUtils
 
readBoolean(Parcel) - Static method in class cn.trinea.android.common.util.ParcelUtils
read boolean
readFile(String, String) - Static method in class cn.trinea.android.common.util.FileUtils
read file
readFileToList(String, String) - Static method in class cn.trinea.android.common.util.FileUtils
read file to string list, a element of list is a line
readHashMap(Parcel, ClassLoader) - Static method in class cn.trinea.android.common.util.ParcelUtils
Read a HashMap from a Parcel, class of key and value can parcelable both
readHashMapStringAndString(Parcel) - Static method in class cn.trinea.android.common.util.ParcelUtils
Read a HashMap from a Parcel, class of key and value are both String
readHashMapStringKey(Parcel, ClassLoader) - Static method in class cn.trinea.android.common.util.ParcelUtils
Read a HashMap from a Parcel, class of key is String, class of Value can parcelable
remove(K) - Method in interface cn.trinea.android.common.service.Cache
remove object
remove(String) - Method in class cn.trinea.android.common.service.impl.ImageSDCardCache
delete file when remove
remove(K) - Method in class cn.trinea.android.common.service.impl.SimpleCache
remove the specified key from cache, key not allowed to be null
RemoveTypeBitmapLarge - Class in cn.trinea.android.common.service.impl
Remove type when cache is full, data type of cache is bitmap.
RemoveTypeBitmapLarge() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeBitmapLarge
 
RemoveTypeBitmapSmall - Class in cn.trinea.android.common.service.impl
Remove type when cache is full, data type of cache is bitmap.
RemoveTypeBitmapSmall() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeBitmapSmall
 
RemoveTypeDataBig<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypeDataBig() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeDataBig
 
RemoveTypeDataSmall<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypeDataSmall() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeDataSmall
 
RemoveTypeEnterTimeFirst<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypeEnterTimeFirst() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeEnterTimeFirst
 
RemoveTypeEnterTimeLast<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypeEnterTimeLast() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeEnterTimeLast
 
RemoveTypeFileLarge - Class in cn.trinea.android.common.service.impl
Remove type when cache is full, data type of cache is string, and it represents the path of a file.
RemoveTypeFileLarge() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeFileLarge
 
RemoveTypeFileSmall - Class in cn.trinea.android.common.service.impl
Remove type when cache is full, data type of cache is string, and it represents the path of a file.
RemoveTypeFileSmall() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeFileSmall
 
RemoveTypeLastUsedTimeFirst<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypeLastUsedTimeFirst() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeLastUsedTimeFirst
 
RemoveTypeLastUsedTimeLast<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypeLastUsedTimeLast() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeLastUsedTimeLast
 
RemoveTypeNotRemove<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full. not remove any one, it means nothing can be put later
RemoveTypeNotRemove() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeNotRemove
 
RemoveTypePriorityHigh<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypePriorityHigh() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypePriorityHigh
 
RemoveTypePriorityLow<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypePriorityLow() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypePriorityLow
 
RemoveTypeUsedCountBig<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypeUsedCountBig() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeUsedCountBig
 
RemoveTypeUsedCountSmall<T> - Class in cn.trinea.android.common.service.impl
Remove type when cache is full.
RemoveTypeUsedCountSmall() - Constructor for class cn.trinea.android.common.service.impl.RemoveTypeUsedCountSmall
 
ResourceUtils - Class in cn.trinea.android.common.util
ResourceUtils
ResourceUtils() - Constructor for class cn.trinea.android.common.util.ResourceUtils
 
result - Variable in class cn.trinea.android.common.util.ShellUtils.CommandResult
result of command
resumeDownload(long...) - Method in class cn.trinea.android.common.util.DownloadManagerPro
resume download
A B C D E F G H I J K L M N O P R S T U V W