跳过导航链接
A B C D E F G H I K L M N O P Q R S T U V W X 

A

AbsTask<ResultType> - org.xutils.common.task中的类
Created by wyouflf on 15/6/5.
AbsTask() - 类 的构造器org.xutils.common.task.AbsTask
 
AbsTask(Callback.Cancelable) - 类 的构造器org.xutils.common.task.AbsTask
 
AbsTask.State - org.xutils.common.task中的枚举
 
add(String, String) - 类 中的方法org.xutils.db.table.DbModel
 
add(URI, HttpCookie) - 枚举 中的方法org.xutils.http.cookie.DbCookieStore
Add one cookie into cookie store.
addBindArg(KeyValue) - 类 中的方法org.xutils.db.sqlite.SqlInfo
 
addBindArgs(List<KeyValue>) - 类 中的方法org.xutils.db.sqlite.SqlInfo
 
addBodyParameter(String, Object) - 类 中的方法org.xutils.http.BaseParams
添加body参数
addBodyParameter(String, Object, String) - 类 中的方法org.xutils.http.BaseParams
添加body参数
addBodyParameter(String, Object, String, String) - 类 中的方法org.xutils.http.BaseParams
添加body参数
addColumn(Class<?>, String) - 类 中的方法org.xutils.db.table.DbBase
 
addColumn(Class<?>, String) - 接口 中的方法org.xutils.DbManager
添加一列, 新的entityType中必须定义了这个列的属性.
addHeader(String, String) - 类 中的方法org.xutils.http.BaseParams
添加header
addParameter(String, Object) - 类 中的方法org.xutils.http.BaseParams
添加请求参数(根据请求谓词, 将参数加入QueryString或Body.)
addQueryStringParameter(String, Object) - 类 中的方法org.xutils.http.BaseParams
添加参数至Query String
afterRequest(UriRequest) - 接口 中的方法org.xutils.http.app.RequestInterceptListener
检查请求相应头等处理
and(String, String, Object) - 类 中的方法org.xutils.db.DbModelSelector
 
and(WhereBuilder) - 类 中的方法org.xutils.db.DbModelSelector
 
and(String, String, Object) - 类 中的方法org.xutils.db.Selector
 
and(WhereBuilder) - 类 中的方法org.xutils.db.Selector
 
and(String, String, Object) - 类 中的方法org.xutils.db.sqlite.WhereBuilder
add AND condition
and(WhereBuilder) - 类 中的方法org.xutils.db.sqlite.WhereBuilder
add AND condition
animationDisplay(ImageView, Drawable, Animation) - 类 中的静态方法org.xutils.image.ImageAnimationHelper
 
app() - 类 中的静态方法org.xutils.x
 
ArrayItem(String, Object) - 类 的构造器org.xutils.http.BaseParams.ArrayItem
 
AssetsRequest - org.xutils.http.request中的类
Created by wyouflf on 15/11/4.
AssetsRequest(RequestParams, Type) - 类 的构造器org.xutils.http.request.AssetsRequest
 
AsyncDrawable - org.xutils.image中的类
Author: wyouflf Date: 13-11-17 Time: 上午11:42
AsyncDrawable(ImageLoader, Drawable) - 类 的构造器org.xutils.image.AsyncDrawable
 
autoPost(Runnable) - 类 中的方法org.xutils.common.task.TaskControllerImpl
 
autoPost(Runnable) - 接口 中的方法org.xutils.common.TaskController
在UI线程执行runnable.

B

b() - 类 中的静态方法org.xutils.db.sqlite.WhereBuilder
create new instance
b(String, String, Object) - 类 中的静态方法org.xutils.db.sqlite.WhereBuilder
create new instance
BaseException - org.xutils.ex中的异常错误
Author: wyouflf Date: 13-7-24 Time: 下午3:00
BaseException() - 异常错误 的构造器org.xutils.ex.BaseException
 
BaseException(String) - 异常错误 的构造器org.xutils.ex.BaseException
 
BaseException(String, Throwable) - 异常错误 的构造器org.xutils.ex.BaseException
 
BaseException(Throwable) - 异常错误 的构造器org.xutils.ex.BaseException
 
BaseParams - org.xutils.http中的类
请求的基础参数 Created by wyouflf on 16/1/23.
BaseParams() - 类 的构造器org.xutils.http.BaseParams
 
BaseParams.ArrayItem - org.xutils.http中的类
 
BaseParams.BodyItemWrapper - org.xutils.http中的类
 
BaseParams.Header - org.xutils.http中的类
 
beforeRequest(UriRequest) - 接口 中的方法org.xutils.http.app.RequestInterceptListener
检查请求参数等处理
bind(ImageView, String) - 类 中的方法org.xutils.image.ImageManagerImpl
 
bind(ImageView, String, ImageOptions) - 类 中的方法org.xutils.image.ImageManagerImpl
 
bind(ImageView, String, Callback.CommonCallback<Drawable>) - 类 中的方法org.xutils.image.ImageManagerImpl
 
bind(ImageView, String, ImageOptions, Callback.CommonCallback<Drawable>) - 类 中的方法org.xutils.image.ImageManagerImpl
 
bind(ImageView, String) - 接口 中的方法org.xutils.ImageManager
 
bind(ImageView, String, ImageOptions) - 接口 中的方法org.xutils.ImageManager
 
bind(ImageView, String, Callback.CommonCallback<Drawable>) - 接口 中的方法org.xutils.ImageManager
 
bind(ImageView, String, ImageOptions, Callback.CommonCallback<Drawable>) - 接口 中的方法org.xutils.ImageManager
 
blackList - 类 中的静态变量org.xutils.http.app.HttpRetryHandler
 
BodyItemWrapper(String, Object, String, String) - 类 的构造器org.xutils.http.BaseParams.BodyItemWrapper
 
BooleanColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
BooleanColumnConverter() - 类 的构造器org.xutils.db.converter.BooleanColumnConverter
 
build() - 类 中的方法org.xutils.image.ImageOptions.Builder
 
buildCacheKey(RequestParams, String[]) - 类 中的方法org.xutils.http.app.DefaultParamsBuilder
根据注解的cacheKeys构建缓存的自定义key, 如果返回为空, 默认使用 url 和整个 query string 组成.
buildCacheKey(RequestParams, String[]) - 接口 中的方法org.xutils.http.app.ParamsBuilder
根据注解的cacheKeys构建缓存的自定义key, 如果返回为空, 默认使用 url 和整个 query string 组成.
buildCreateTableSqlInfo(TableEntity<?>) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
buildDeleteSqlInfo(TableEntity<?>, Object) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
buildDeleteSqlInfo(TableEntity<?>, WhereBuilder) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
buildDeleteSqlInfoById(TableEntity<?>, Object) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
Builder() - 类 的构造器org.xutils.image.ImageOptions.Builder
 
buildInsertSqlInfo(TableEntity<?>, Object) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
buildParams(RequestParams) - 类 中的方法org.xutils.http.app.DefaultParamsBuilder
为请求添加通用参数等操作
buildParams(RequestParams) - 接口 中的方法org.xutils.http.app.ParamsBuilder
为请求添加通用参数等操作
buildParams(RequestParams, ImageOptions) - 接口 中的方法org.xutils.image.ImageOptions.ParamsBuilder
 
buildQueryUrl(RequestParams) - 类 中的方法org.xutils.http.request.HttpRequest
 
buildQueryUrl(RequestParams) - 类 中的方法org.xutils.http.request.UriRequest
 
buildReplaceSqlInfo(TableEntity<?>, Object) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
buildSign(RequestParams, String[]) - 类 中的方法org.xutils.http.app.DefaultParamsBuilder
自定义参数签名
buildSign(RequestParams, String[]) - 接口 中的方法org.xutils.http.app.ParamsBuilder
自定义参数签名
buildStatement(SQLiteDatabase) - 类 中的方法org.xutils.db.sqlite.SqlInfo
 
buildUpdateSqlInfo(TableEntity<?>, Object, String...) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
buildUpdateSqlInfo(TableEntity<?>, WhereBuilder, KeyValue...) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
buildUri(RequestParams, HttpRequest) - 类 中的方法org.xutils.http.app.DefaultParamsBuilder
根据@HttpRequest构建请求的url
buildUri(RequestParams, HttpRequest) - 接口 中的方法org.xutils.http.app.ParamsBuilder
根据@HttpRequest构建请求的url
ByteArrayColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
ByteArrayColumnConverter() - 类 的构造器org.xutils.db.converter.ByteArrayColumnConverter
 
ByteColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
ByteColumnConverter() - 类 的构造器org.xutils.db.converter.ByteColumnConverter
 

C

calculateSampleSize(int, int, int, int) - 类 中的静态方法org.xutils.image.ImageDecoder
计算压缩采样倍数
call(ResultType) - 接口 中的方法org.xutils.common.Callback.Callable
 
Callback - org.xutils.common中的接口
Created by wyouflf on 15/6/5.
Callback.CacheCallback<ResultType> - org.xutils.common中的接口
 
Callback.Callable<ResultType> - org.xutils.common中的接口
 
Callback.Cancelable - org.xutils.common中的接口
 
Callback.CancelledException - org.xutils.common中的异常错误
 
Callback.CommonCallback<ResultType> - org.xutils.common中的接口
 
Callback.GroupCallback<ItemType> - org.xutils.common中的接口
 
Callback.PrepareCallback<PrepareType,ResultType> - org.xutils.common中的接口
 
Callback.ProgressCallback<ResultType> - org.xutils.common中的接口
 
Callback.ProxyCacheCallback<ResultType> - org.xutils.common中的接口
 
Callback.TypedCallback<ResultType> - org.xutils.common中的接口
 
cancel() - 接口 中的方法org.xutils.common.Callback.Cancelable
 
cancel() - 类 中的方法org.xutils.common.task.AbsTask
 
CancelledException(String) - 异常错误 的构造器org.xutils.common.Callback.CancelledException
 
cancelWorks() - 类 中的方法org.xutils.common.task.AbsTask
invoked via cancel()
cancelWorks() - 类 中的方法org.xutils.http.HttpTask
 
canRetry(UriRequest, Throwable, int) - 类 中的方法org.xutils.http.app.HttpRetryHandler
 
CharColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
CharColumnConverter() - 类 的构造器org.xutils.db.converter.CharColumnConverter
 
clear() - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
clearCacheFiles() - 类 中的方法org.xutils.cache.LruDiskCache
 
clearCacheFiles() - 类 中的方法org.xutils.image.ImageManagerImpl
 
clearCacheFiles() - 接口 中的方法org.xutils.ImageManager
 
clearCacheHeader() - 类 中的方法org.xutils.http.request.HttpRequest
 
clearCacheHeader() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
clearCacheHeader() - 类 中的方法org.xutils.http.request.ResRequest
 
clearCacheHeader() - 类 中的方法org.xutils.http.request.UriRequest
 
clearColorFilter() - 类 中的方法org.xutils.image.AsyncDrawable
 
clearMemCache() - 类 中的方法org.xutils.image.ImageManagerImpl
 
clearMemCache() - 接口 中的方法org.xutils.ImageManager
 
clearParams() - 类 中的方法org.xutils.http.BaseParams
 
close() - 类 中的方法org.xutils.cache.DiskCacheFile
 
close() - 类 中的方法org.xutils.common.util.ProcessLock
释放锁
close() - 类 中的方法org.xutils.db.DbManagerImpl
关闭数据库.
close() - 接口 中的方法org.xutils.DbManager
关闭数据库.
close() - 类 中的方法org.xutils.http.request.HttpRequest
 
close() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
close() - 类 中的方法org.xutils.http.request.ResRequest
 
close() - 类 中的方法org.xutils.http.request.UriRequest
 
closeQuietly(Closeable) - 类 中的静态方法org.xutils.common.util.IOUtil
 
closeQuietly(Cursor) - 类 中的静态方法org.xutils.common.util.IOUtil
 
Column - org.xutils.db.annotation中的注释类型
 
ColumnConverter<T> - org.xutils.db.converter中的接口
Author: wyouflf Date: 13-11-4 Time: 下午8:57
columnConverter - 类 中的变量org.xutils.db.table.ColumnEntity
 
ColumnConverterFactory - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:27
ColumnDbType - org.xutils.db.sqlite中的枚举
Created by wyouflf on 14-2-20.
ColumnEntity - org.xutils.db.table中的类
 
columnField - 类 中的变量org.xutils.db.table.ColumnEntity
 
ColumnUtils - org.xutils.db.table中的类
 
commit() - 类 中的方法org.xutils.cache.DiskCacheFile
 
containsKey(K1, K2) - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
containsKey(K1) - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
contentLength - 类 中的变量org.xutils.http.request.ResRequest
 
contentType - 类 中的变量org.xutils.http.BaseParams.BodyItemWrapper
 
ContentView - org.xutils.view.annotation中的注释类型
 
convert2DbValueIfNeeded(Object) - 类 中的静态方法org.xutils.db.table.ColumnUtils
 
convert2SafeExpr(Object) - 类 中的静态方法org.xutils.db.table.ColumnUtils
 
copy(String, String) - 类 中的静态方法org.xutils.common.util.FileUtil
复制文件到指定文件
copy(InputStream, OutputStream) - 类 中的静态方法org.xutils.common.util.IOUtil
 
count() - 类 中的方法org.xutils.db.Selector
 
create(K) - 类 中的方法org.xutils.cache.LruCache
Called after a cache miss to compute a value for the corresponding key.
createCount() - 类 中的方法org.xutils.cache.LruCache
Returns the number of times LruCache.create(Object) returned a value.
createDiskCacheFile(DiskCacheEntity) - 类 中的方法org.xutils.cache.LruDiskCache
 
createEntity() - 类 中的方法org.xutils.db.table.TableEntity
 
createTableIfNotExists() - 类 中的方法org.xutils.db.table.TableEntity
 
customTagPrefix - 类 中的静态变量org.xutils.common.util.LogUtil
 
cut2Circular(Bitmap, boolean) - 类 中的静态方法org.xutils.image.ImageDecoder
裁剪圆形图片
cut2RoundCorner(Bitmap, int, boolean, boolean) - 类 中的静态方法org.xutils.image.ImageDecoder
裁剪圆角
cut2ScaleSize(Bitmap, int, int, boolean) - 类 中的静态方法org.xutils.image.ImageDecoder
裁剪并缩放至指定大小
cut2Square(Bitmap, boolean) - 类 中的静态方法org.xutils.image.ImageDecoder
裁剪方形图片

D

d(String) - 类 中的静态方法org.xutils.common.util.LogUtil
 
d(String, Throwable) - 类 中的静态方法org.xutils.common.util.LogUtil
 
DaoConfig() - 类 的构造器org.xutils.DbManager.DaoConfig
 
DateColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
DateColumnConverter() - 类 的构造器org.xutils.db.converter.DateColumnConverter
 
DbBase - org.xutils.db.table中的类
DbManager基类, 包含表结构的基本操作.
DbBase() - 类 的构造器org.xutils.db.table.DbBase
 
DbConfigs - org.xutils.config中的枚举
Created by wyouflf on 15/7/31.
DbCookieStore - org.xutils.http.cookie中的枚举
Created by wyouflf on 15/8/20.
DbException - org.xutils.ex中的异常错误
 
DbException() - 异常错误 的构造器org.xutils.ex.DbException
 
DbException(String) - 异常错误 的构造器org.xutils.ex.DbException
 
DbException(String, Throwable) - 异常错误 的构造器org.xutils.ex.DbException
 
DbException(Throwable) - 异常错误 的构造器org.xutils.ex.DbException
 
DbManager - org.xutils中的接口
数据库访问接口
DbManager.DaoConfig - org.xutils中的类
 
DbManager.DbOpenListener - org.xutils中的接口
 
DbManager.DbUpgradeListener - org.xutils中的接口
 
DbManager.TableCreateListener - org.xutils中的接口
 
DbManagerImpl - org.xutils.db中的类
 
DbModel - org.xutils.db.table中的类
 
DbModel() - 类 的构造器org.xutils.db.table.DbModel
 
DbModelSelector - org.xutils.db中的类
Author: wyouflf Date: 13-8-10 Time: 下午2:15
DbModelSelector(Selector<?>, String) - 类 的构造器org.xutils.db.DbModelSelector
 
DbModelSelector(Selector<?>, String[]) - 类 的构造器org.xutils.db.DbModelSelector
 
decodeBitmap(File, ImageOptions, Callback.Cancelable) - 类 中的静态方法org.xutils.image.ImageDecoder
转化文件为Bitmap.
decodeGif(File, ImageOptions, Callback.Cancelable) - 类 中的静态方法org.xutils.image.ImageDecoder
转换文件为Movie, 可用于创建GifDrawable.
DEFAULT - 类 中的静态变量org.xutils.image.ImageOptions
 
DefaultParamsBuilder - org.xutils.http.app中的类
Created by wyouflf on 15/8/20.
DefaultParamsBuilder() - 类 的构造器org.xutils.http.app.DefaultParamsBuilder
 
DefaultRedirectHandler - org.xutils.http.app中的类
 
DefaultRedirectHandler() - 类 的构造器org.xutils.http.app.DefaultRedirectHandler
 
delete(Object) - 类 中的方法org.xutils.db.DbManagerImpl
 
delete(Class<?>) - 类 中的方法org.xutils.db.DbManagerImpl
 
delete(Class<?>, WhereBuilder) - 类 中的方法org.xutils.db.DbManagerImpl
 
delete(Object) - 接口 中的方法org.xutils.DbManager
 
delete(Class<?>) - 接口 中的方法org.xutils.DbManager
 
delete(Class<?>, WhereBuilder) - 接口 中的方法org.xutils.DbManager
 
deleteById(Class<?>, Object) - 类 中的方法org.xutils.db.DbManagerImpl
 
deleteById(Class<?>, Object) - 接口 中的方法org.xutils.DbManager
 
deleteFileOrDir(File) - 类 中的静态方法org.xutils.common.util.FileUtil
 
deleteFileOrDir(File) - 类 中的静态方法org.xutils.common.util.IOUtil
 
DensityUtil - org.xutils.common.util中的类
 
dip2px(float) - 类 中的静态方法org.xutils.common.util.DensityUtil
 
DiskCacheEntity - org.xutils.cache中的类
Created by wyouflf on 15/8/2.
DiskCacheEntity() - 类 的构造器org.xutils.cache.DiskCacheEntity
 
DiskCacheFile - org.xutils.cache中的类
Created by wyouflf on 15/8/3.
doBackground() - 类 中的方法org.xutils.common.task.AbsTask
 
doBackground() - 类 中的方法org.xutils.http.HttpTask
 
DoubleColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
DoubleColumnConverter() - 类 的构造器org.xutils.db.converter.DoubleColumnConverter
 
DoubleKeyValueMap<K1,K2,V> - org.xutils.common.util中的类
Created with IntelliJ IDEA.
DoubleKeyValueMap() - 类 的构造器org.xutils.common.util.DoubleKeyValueMap
 
draw(Canvas) - 类 中的方法org.xutils.image.AsyncDrawable
 
draw(Canvas) - 类 中的方法org.xutils.image.GifDrawable
 
dropDb() - 类 中的方法org.xutils.db.table.DbBase
 
dropDb() - 接口 中的方法org.xutils.DbManager
删除库
dropTable(Class<?>) - 类 中的方法org.xutils.db.table.DbBase
 
dropTable(Class<?>) - 接口 中的方法org.xutils.DbManager
删除表

E

e(String) - 类 中的静态方法org.xutils.common.util.LogUtil
 
e(String, Throwable) - 类 中的静态方法org.xutils.common.util.LogUtil
 
entity2KeyValueList(TableEntity<?>, Object) - 类 中的静态方法org.xutils.db.sqlite.SqlInfoBuilder
 
entryRemoved(boolean, K, V, V) - 类 中的方法org.xutils.cache.LruCache
Called for entries that have been evicted or removed.
equals(Object) - 类 中的方法org.xutils.common.util.KeyValue
 
equals(Object) - 类 中的方法org.xutils.DbManager.DaoConfig
 
equals(Object) - 类 中的方法org.xutils.image.ImageOptions
 
Event - org.xutils.view.annotation中的注释类型
事件注解.
evictAll() - 类 中的方法org.xutils.cache.LruCache
Clear the cache, calling LruCache.entryRemoved(boolean, K, V, V) on each removed entry.
evictionCount() - 类 中的方法org.xutils.cache.LruCache
Returns the number of values that have been evicted.
execNonQuery(SqlInfo) - 类 中的方法org.xutils.db.DbManagerImpl
 
execNonQuery(String) - 类 中的方法org.xutils.db.DbManagerImpl
 
execNonQuery(SqlInfo) - 接口 中的方法org.xutils.DbManager
 
execNonQuery(String) - 接口 中的方法org.xutils.DbManager
 
execQuery(SqlInfo) - 类 中的方法org.xutils.db.DbManagerImpl
 
execQuery(String) - 类 中的方法org.xutils.db.DbManagerImpl
 
execQuery(SqlInfo) - 接口 中的方法org.xutils.DbManager
 
execQuery(String) - 接口 中的方法org.xutils.DbManager
 
execute(Runnable) - 类 中的方法org.xutils.common.task.PriorityExecutor
 
executeUpdateDelete(SqlInfo) - 类 中的方法org.xutils.db.DbManagerImpl
 
executeUpdateDelete(String) - 类 中的方法org.xutils.db.DbManagerImpl
 
executeUpdateDelete(SqlInfo) - 接口 中的方法org.xutils.DbManager
 
executeUpdateDelete(String) - 接口 中的方法org.xutils.DbManager
 
existsSdcard() - 类 中的静态方法org.xutils.common.util.FileUtil
 
expr(String) - 类 中的方法org.xutils.db.DbModelSelector
 
expr(String) - 类 中的方法org.xutils.db.Selector
 
expr(String) - 类 中的方法org.xutils.db.sqlite.WhereBuilder
 

F

fadeInDisplay(ImageView, Drawable) - 类 中的静态方法org.xutils.image.ImageAnimationHelper
 
fieldValue2DbValue(Boolean) - 类 中的方法org.xutils.db.converter.BooleanColumnConverter
 
fieldValue2DbValue(byte[]) - 类 中的方法org.xutils.db.converter.ByteArrayColumnConverter
 
fieldValue2DbValue(Byte) - 类 中的方法org.xutils.db.converter.ByteColumnConverter
 
fieldValue2DbValue(Character) - 类 中的方法org.xutils.db.converter.CharColumnConverter
 
fieldValue2DbValue(T) - 接口 中的方法org.xutils.db.converter.ColumnConverter
 
fieldValue2DbValue(Date) - 类 中的方法org.xutils.db.converter.DateColumnConverter
 
fieldValue2DbValue(Double) - 类 中的方法org.xutils.db.converter.DoubleColumnConverter
 
fieldValue2DbValue(Float) - 类 中的方法org.xutils.db.converter.FloatColumnConverter
 
fieldValue2DbValue(Integer) - 类 中的方法org.xutils.db.converter.IntegerColumnConverter
 
fieldValue2DbValue(Long) - 类 中的方法org.xutils.db.converter.LongColumnConverter
 
fieldValue2DbValue(Short) - 类 中的方法org.xutils.db.converter.ShortColumnConverter
 
fieldValue2DbValue(Date) - 类 中的方法org.xutils.db.converter.SqlDateColumnConverter
 
fieldValue2DbValue(String) - 类 中的方法org.xutils.db.converter.StringColumnConverter
 
FileBody - org.xutils.http.body中的类
Created by wyouflf on 15/8/13.
FileBody(File) - 类 的构造器org.xutils.http.body.FileBody
 
FileBody(File, String) - 类 的构造器org.xutils.http.body.FileBody
 
FileLoader - org.xutils.http.loader中的类
Author: wyouflf Time: 2014/05/30 下载参数策略: 1.
FileLoader() - 类 的构造器org.xutils.http.loader.FileLoader
 
FileLockedException - org.xutils.ex中的异常错误
Created by wyouflf on 15/10/9.
FileLockedException(String) - 异常错误 的构造器org.xutils.ex.FileLockedException
 
fileName - 类 中的变量org.xutils.http.BaseParams.BodyItemWrapper
 
FileUtil - org.xutils.common.util中的类
 
finalize() - 类 中的方法org.xutils.cache.DiskCacheFile
 
finalize() - 类 中的方法org.xutils.common.util.ProcessLock
 
finalize() - 类 中的方法org.xutils.image.AsyncDrawable
 
findAll(Class<T>) - 类 中的方法org.xutils.db.DbManagerImpl
 
findAll() - 类 中的方法org.xutils.db.DbModelSelector
 
findAll() - 类 中的方法org.xutils.db.Selector
 
findAll(Class<T>) - 接口 中的方法org.xutils.DbManager
 
findById(Class<T>, Object) - 类 中的方法org.xutils.db.DbManagerImpl
 
findById(Class<T>, Object) - 接口 中的方法org.xutils.DbManager
 
findDbModelAll(SqlInfo) - 类 中的方法org.xutils.db.DbManagerImpl
 
findDbModelAll(SqlInfo) - 接口 中的方法org.xutils.DbManager
 
findDbModelFirst(SqlInfo) - 类 中的方法org.xutils.db.DbManagerImpl
 
findDbModelFirst(SqlInfo) - 接口 中的方法org.xutils.DbManager
 
findFirst(Class<T>) - 类 中的方法org.xutils.db.DbManagerImpl
 
findFirst() - 类 中的方法org.xutils.db.DbModelSelector
 
findFirst() - 类 中的方法org.xutils.db.Selector
 
findFirst(Class<T>) - 接口 中的方法org.xutils.DbManager
 
FloatColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
FloatColumnConverter() - 类 的构造器org.xutils.db.converter.FloatColumnConverter
 

G

get(K) - 类 中的方法org.xutils.cache.LruCache
Returns the value for key if it exists in the cache or can be created by #create.
get(String) - 类 中的方法org.xutils.cache.LruDiskCache
 
get(K1) - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
get(K1, K2) - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
get(URI) - 枚举 中的方法org.xutils.http.cookie.DbCookieStore
Get all cookies, which: 1) given uri domain-matches with, or, associated with 2) given uri when added to the cookie store. 3) not expired.
get(RequestParams, Callback.CommonCallback<T>) - 类 中的方法org.xutils.http.HttpManagerImpl
 
get(RequestParams, Callback.CommonCallback<T>) - 接口 中的方法org.xutils.HttpManager
异步GET请求
getAllValues(K1) - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
getAllValues() - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
getAnimation() - 类 中的方法org.xutils.image.ImageOptions
 
getBaseDrawable() - 类 中的方法org.xutils.image.AsyncDrawable
 
getBindArgs() - 类 中的方法org.xutils.db.sqlite.SqlInfo
 
getBindArgsAsStrArray() - 类 中的方法org.xutils.db.sqlite.SqlInfo
 
getBodyContent() - 类 中的方法org.xutils.http.BaseParams
 
getBodyParams() - 类 中的方法org.xutils.http.BaseParams
 
getBoolean(String) - 类 中的方法org.xutils.db.table.DbModel
 
getByteCount() - 类 中的方法org.xutils.image.GifDrawable
 
getBytesContent() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getCacheDir(String) - 类 中的静态方法org.xutils.common.util.FileUtil
 
getCacheDirName() - 类 中的方法org.xutils.http.RequestParams
 
getCacheEntity() - 类 中的方法org.xutils.cache.DiskCacheFile
 
getCacheKey() - 类 中的方法org.xutils.http.request.HttpRequest
 
getCacheKey() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getCacheKey() - 类 中的方法org.xutils.http.request.ResRequest
 
getCacheKey() - 类 中的方法org.xutils.http.request.UriRequest
 
getCacheKey() - 类 中的方法org.xutils.http.RequestParams
 
getCacheMaxAge() - 类 中的方法org.xutils.http.RequestParams
默认缓存存活时间, 单位:毫秒.
getCacheSize() - 类 中的方法org.xutils.http.RequestParams
 
getChangingConfigurations() - 类 中的方法org.xutils.image.AsyncDrawable
 
getCharset() - 类 中的方法org.xutils.http.BaseParams
 
getCode() - 异常错误 中的方法org.xutils.ex.HttpException
 
getColumnConverter(Class) - 类 中的静态方法org.xutils.db.converter.ColumnConverterFactory
 
getColumnConverter() - 类 中的方法org.xutils.db.table.ColumnEntity
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.BooleanColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.ByteArrayColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.ByteColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.CharColumnConverter
 
getColumnDbType() - 接口 中的方法org.xutils.db.converter.ColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.DateColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.DoubleColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.FloatColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.IntegerColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.LongColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.ShortColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.SqlDateColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.converter.StringColumnConverter
 
getColumnDbType() - 类 中的方法org.xutils.db.table.ColumnEntity
 
getColumnField() - 类 中的方法org.xutils.db.table.ColumnEntity
 
getColumnMap() - 类 中的方法org.xutils.db.table.TableEntity
 
getColumnValue(Object) - 类 中的方法org.xutils.db.table.ColumnEntity
 
getConfig() - 枚举 中的方法org.xutils.config.DbConfigs
 
getConfig() - 类 中的方法org.xutils.image.ImageOptions
 
getConnectTimeout() - 类 中的方法org.xutils.http.RequestParams
 
getConstantState() - 类 中的方法org.xutils.image.AsyncDrawable
 
getContentLength() - 类 中的方法org.xutils.http.body.InputStreamBody
 
getContentLength() - 类 中的方法org.xutils.http.body.MultipartBody
 
getContentLength() - 接口 中的方法org.xutils.http.body.RequestBody
 
getContentLength() - 类 中的方法org.xutils.http.body.StringBody
 
getContentLength() - 类 中的方法org.xutils.http.body.UrlEncodedBody
 
getContentLength() - 类 中的方法org.xutils.http.request.HttpRequest
 
getContentLength() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getContentLength() - 类 中的方法org.xutils.http.request.ResRequest
 
getContentLength() - 类 中的方法org.xutils.http.request.UriRequest
 
getContentType() - 类 中的方法org.xutils.http.body.FileBody
 
getContentType() - 类 中的方法org.xutils.http.body.InputStreamBody
 
getContentType() - 类 中的方法org.xutils.http.body.MultipartBody
 
getContentType() - 接口 中的方法org.xutils.http.body.RequestBody
 
getContentType() - 类 中的方法org.xutils.http.body.StringBody
 
getContentType() - 类 中的方法org.xutils.http.body.UrlEncodedBody
 
getContext() - 类 中的方法org.xutils.http.RequestParams
 
getCookies() - 枚举 中的方法org.xutils.http.cookie.DbCookieStore
Get all cookies in cookie store, except those have expired
getCurrent() - 类 中的方法org.xutils.image.AsyncDrawable
 
getDaoConfig() - 类 中的方法org.xutils.db.DbManagerImpl
 
getDaoConfig() - 接口 中的方法org.xutils.DbManager
 
getDatabase() - 类 中的方法org.xutils.db.DbManagerImpl
 
getDatabase() - 接口 中的方法org.xutils.DbManager
 
getDataMap() - 类 中的方法org.xutils.db.table.DbModel
 
getDate(String, long) - 类 中的方法org.xutils.db.table.DbModel
 
getDb() - 类 中的方法org.xutils.db.table.TableEntity
 
getDb(DbManager.DaoConfig) - 类 中的静态方法org.xutils.x
 
getDbDir() - 类 中的方法org.xutils.DbManager.DaoConfig
 
getDbName() - 类 中的方法org.xutils.DbManager.DaoConfig
 
getDbOpenListener() - 类 中的方法org.xutils.DbManager.DaoConfig
 
getDbUpgradeListener() - 类 中的方法org.xutils.DbManager.DaoConfig
 
getDbVersion() - 类 中的方法org.xutils.DbManager.DaoConfig
 
getDefaultTracker() - 类 中的静态方法org.xutils.http.request.UriRequestFactory
 
getDensity() - 类 中的静态方法org.xutils.common.util.DensityUtil
 
getDiskAvailableSize() - 类 中的静态方法org.xutils.common.util.FileUtil
获取磁盘可用空间
getDiskCache() - 类 中的方法org.xutils.cache.DiskCacheFile
 
getDiskCache(String) - 类 中的静态方法org.xutils.cache.LruDiskCache
 
getDiskCacheFile(String) - 类 中的方法org.xutils.cache.LruDiskCache
 
getDouble(String, double) - 类 中的方法org.xutils.db.table.DbModel
 
getDuration() - 类 中的方法org.xutils.image.GifDrawable
 
getEntityType() - 类 中的方法org.xutils.db.table.TableEntity
 
getErrorCode() - 异常错误 中的方法org.xutils.ex.HttpException
 
getEtag() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getETag() - 类 中的方法org.xutils.http.request.HttpRequest
 
getETag() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getETag() - 类 中的方法org.xutils.http.request.ResRequest
 
getETag() - 类 中的方法org.xutils.http.request.UriRequest
 
getExecutor() - 类 中的方法org.xutils.common.task.AbsTask
 
getExecutor() - 类 中的方法org.xutils.http.HttpTask
 
getExecutor() - 类 中的方法org.xutils.http.RequestParams
自定义线程池
getExpiration() - 类 中的方法org.xutils.http.request.HttpRequest
 
getExpiration() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getExpiration() - 类 中的方法org.xutils.http.request.ResRequest
 
getExpiration() - 类 中的方法org.xutils.http.request.UriRequest
 
getExpires() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getFailureDrawable(ImageView) - 类 中的方法org.xutils.image.ImageOptions
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.BooleanColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.ByteArrayColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.ByteColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.CharColumnConverter
 
getFieldValue(Cursor, int) - 接口 中的方法org.xutils.db.converter.ColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.DateColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.DoubleColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.FloatColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.IntegerColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.LongColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.ShortColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.SqlDateColumnConverter
 
getFieldValue(Cursor, int) - 类 中的方法org.xutils.db.converter.StringColumnConverter
 
getFieldValue(Object) - 类 中的方法org.xutils.db.table.ColumnEntity
 
getFileContentType(File) - 类 中的静态方法org.xutils.http.body.FileBody
 
getFileOrDirSize(File) - 类 中的静态方法org.xutils.common.util.FileUtil
 
getFirstKeys() - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
getFloat(String, float) - 类 中的方法org.xutils.db.table.DbModel
 
getHeaderFieldDate(String, long) - 类 中的方法org.xutils.http.request.HttpRequest
 
getHeaderFieldDate(String, long) - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getHeaderFieldDate(String, long) - 类 中的方法org.xutils.http.request.ResRequest
 
getHeaderFieldDate(String, long) - 类 中的方法org.xutils.http.request.UriRequest
 
getHeaders() - 类 中的方法org.xutils.http.BaseParams
 
getHeight() - 类 中的方法org.xutils.image.ImageOptions
 
getHits() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getHostnameVerifier() - 类 中的方法org.xutils.http.RequestParams
 
getHttpRetryHandler() - 类 中的方法org.xutils.http.RequestParams
 
getId() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getId() - 类 中的方法org.xutils.db.table.TableEntity
 
getImageLoader() - 类 中的方法org.xutils.image.AsyncDrawable
 
getImageScaleType() - 类 中的方法org.xutils.image.ImageOptions
 
getInputStream() - 类 中的方法org.xutils.http.request.AssetsRequest
 
getInputStream() - 类 中的方法org.xutils.http.request.HttpRequest
 
getInputStream() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getInputStream() - 类 中的方法org.xutils.http.request.ResRequest
 
getInputStream() - 类 中的方法org.xutils.http.request.UriRequest
 
getInputStreamLength(InputStream) - 类 中的静态方法org.xutils.http.body.InputStreamBody
 
getInstance(DbManager.DaoConfig) - 类 中的静态方法org.xutils.db.DbManagerImpl
 
getInt(String, int) - 类 中的方法org.xutils.db.table.DbModel
 
getIntrinsicHeight() - 类 中的方法org.xutils.image.AsyncDrawable
 
getIntrinsicHeight() - 类 中的方法org.xutils.image.GifDrawable
 
getIntrinsicWidth() - 类 中的方法org.xutils.image.AsyncDrawable
 
getIntrinsicWidth() - 类 中的方法org.xutils.image.GifDrawable
 
getKey() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getLastAccess() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getLastModified() - 类 中的方法org.xutils.http.request.HttpRequest
 
getLastModified() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getLastModified() - 类 中的方法org.xutils.http.request.ResRequest
 
getLastModified() - 类 中的方法org.xutils.http.request.UriRequest
 
getLastModify() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getLimit() - 类 中的方法org.xutils.db.Selector
 
getLoader(Type) - 类 中的静态方法org.xutils.http.loader.LoaderFactory
 
getLoadingDrawable(ImageView) - 类 中的方法org.xutils.image.ImageOptions
 
getLoadingUpdateMaxTimeSpan() - 类 中的方法org.xutils.http.RequestParams
 
getLoadType() - 接口 中的方法org.xutils.common.Callback.TypedCallback
 
getLong(String, long) - 类 中的方法org.xutils.db.table.DbModel
 
getMaxHeight() - 类 中的方法org.xutils.image.ImageOptions
 
getMaxRetryCount() - 类 中的方法org.xutils.http.RequestParams
 
getMaxWidth() - 类 中的方法org.xutils.image.ImageOptions
 
getMessage() - 异常错误 中的方法org.xutils.ex.HttpException
 
getMethod - 类 中的变量org.xutils.db.table.ColumnEntity
 
getMethod() - 类 中的方法org.xutils.http.BaseParams
 
getMinimumHeight() - 类 中的方法org.xutils.image.AsyncDrawable
 
getMinimumWidth() - 类 中的方法org.xutils.image.AsyncDrawable
 
getMovie() - 类 中的方法org.xutils.image.GifDrawable
 
getName() - 类 中的方法org.xutils.db.table.ColumnEntity
 
getName() - 类 中的方法org.xutils.db.table.TableEntity
 
getOffset() - 类 中的方法org.xutils.db.Selector
 
getOnCreated() - 类 中的方法org.xutils.db.table.TableEntity
 
getOpacity() - 类 中的方法org.xutils.image.AsyncDrawable
 
getOpacity() - 类 中的方法org.xutils.image.GifDrawable
 
getOrderByList() - 类 中的方法org.xutils.db.Selector
 
getPadding(Rect) - 类 中的方法org.xutils.image.AsyncDrawable
 
getParameterizedType(Type, Class<?>, int) - 类 中的静态方法org.xutils.common.util.ParameterizedTypeUtil
 
getParams(String) - 类 中的方法org.xutils.http.BaseParams
 
getParams() - 类 中的方法org.xutils.http.request.UriRequest
 
getParamsBuilder() - 类 中的方法org.xutils.image.ImageOptions
 
getPlaceholderScaleType() - 类 中的方法org.xutils.image.ImageOptions
 
getPoolSize() - 类 中的方法org.xutils.common.task.PriorityExecutor
 
getPriority() - 类 中的方法org.xutils.common.task.AbsTask
 
getPriority() - 类 中的方法org.xutils.http.HttpTask
 
getPriority() - 类 中的方法org.xutils.http.RequestParams
 
getProperty() - 类 中的方法org.xutils.db.table.ColumnEntity
 
getProxy() - 类 中的方法org.xutils.http.RequestParams
 
getQueryStringParams() - 类 中的方法org.xutils.http.BaseParams
 
getRadius() - 类 中的方法org.xutils.image.ImageOptions
 
getRate() - 类 中的方法org.xutils.image.GifDrawable
 
getReadTimeout() - 类 中的方法org.xutils.http.RequestParams
 
getRedirectHandler() - 类 中的方法org.xutils.http.RequestParams
 
getRedirectParams(UriRequest) - 类 中的方法org.xutils.http.app.DefaultRedirectHandler
 
getRedirectParams(UriRequest) - 接口 中的方法org.xutils.http.app.RedirectHandler
根据请求信息返回自定义重定向的请求参数
getRequestBody() - 类 中的方法org.xutils.http.BaseParams
 
getRequestTracker() - 类 中的方法org.xutils.http.RequestParams
 
getRequestUri() - 类 中的方法org.xutils.http.request.HttpRequest
 
getRequestUri() - 类 中的方法org.xutils.http.request.UriRequest
 
getResponseCode() - 类 中的方法org.xutils.http.request.HttpRequest
 
getResponseCode() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getResponseCode() - 类 中的方法org.xutils.http.request.ResRequest
 
getResponseCode() - 类 中的方法org.xutils.http.request.UriRequest
 
getResponseHeader(String) - 类 中的方法org.xutils.http.request.HttpRequest
 
getResponseHeader(String) - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getResponseHeader(String) - 类 中的方法org.xutils.http.request.ResRequest
 
getResponseHeader(String) - 类 中的方法org.xutils.http.request.UriRequest
 
getResponseHeaders() - 类 中的方法org.xutils.http.request.HttpRequest
 
getResponseHeaders() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getResponseHeaders() - 类 中的方法org.xutils.http.request.ResRequest
 
getResponseHeaders() - 类 中的方法org.xutils.http.request.UriRequest
 
getResponseMessage() - 类 中的方法org.xutils.http.request.HttpRequest
 
getResponseMessage() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
getResponseMessage() - 类 中的方法org.xutils.http.request.ResRequest
 
getResponseMessage() - 类 中的方法org.xutils.http.request.UriRequest
 
getResult() - 类 中的方法org.xutils.common.task.AbsTask
 
getResult() - 异常错误 中的方法org.xutils.ex.HttpException
 
getRotateAngle(String) - 类 中的静态方法org.xutils.image.ImageDecoder
获取图片旋转角度
getSaveFilePath() - 类 中的方法org.xutils.http.RequestParams
获取下载文件时文件保存的路径和文件名
getScreenHeight() - 类 中的静态方法org.xutils.common.util.DensityUtil
 
getScreenWidth() - 类 中的静态方法org.xutils.common.util.DensityUtil
 
getSql() - 类 中的方法org.xutils.db.sqlite.SqlInfo
 
getSqlDate(String, long) - 类 中的方法org.xutils.db.table.DbModel
 
getSSLSocketFactory() - 类 中的方法org.xutils.http.app.DefaultParamsBuilder
自定义SSLSocketFactory
getSSLSocketFactory() - 接口 中的方法org.xutils.http.app.ParamsBuilder
自定义SSLSocketFactory
getSslSocketFactory() - 类 中的方法org.xutils.http.RequestParams
 
getState() - 类 中的方法org.xutils.common.task.AbsTask
 
getState() - 类 中的方法org.xutils.image.AsyncDrawable
 
getString(String) - 类 中的方法org.xutils.db.table.DbModel
 
getSync(RequestParams, Class<T>) - 类 中的方法org.xutils.http.HttpManagerImpl
 
getSync(RequestParams, Class<T>) - 接口 中的方法org.xutils.HttpManager
同步GET请求
getTable() - 类 中的方法org.xutils.db.DbModelSelector
 
getTable() - 类 中的方法org.xutils.db.Selector
 
getTable(Class<T>) - 类 中的方法org.xutils.db.table.DbBase
 
getTable(Class<T>) - 接口 中的方法org.xutils.DbManager
获取表信息
getTableCreateListener() - 类 中的方法org.xutils.DbManager.DaoConfig
 
getTextContent() - 类 中的方法org.xutils.cache.DiskCacheEntity
 
getThreadPoolExecutor() - 类 中的方法org.xutils.common.task.PriorityExecutor
 
getTransparentRegion() - 类 中的方法org.xutils.image.AsyncDrawable
 
getTrustAllSSLSocketFactory() - 类 中的静态方法org.xutils.http.app.DefaultParamsBuilder
 
getUri() - 类 中的方法org.xutils.http.RequestParams
 
getUriRequest(RequestParams, Type) - 类 中的静态方法org.xutils.http.request.UriRequestFactory
 
getURIs() - 枚举 中的方法org.xutils.http.cookie.DbCookieStore
Get all URIs, which are associated with at least one cookie of this cookie store.
getValueStrOrEmpty() - 类 中的方法org.xutils.common.util.KeyValue
获取value的字符串值, 为null时返回空字符串
getValueStrOrNull() - 类 中的方法org.xutils.common.util.KeyValue
获取value的字符串值, 为null时返回null
getWhereBuilder() - 类 中的方法org.xutils.db.Selector
 
getWhereItemSize() - 类 中的方法org.xutils.db.sqlite.WhereBuilder
 
getWidth() - 类 中的方法org.xutils.image.ImageOptions
 
GifDrawable - org.xutils.image中的类
 
GifDrawable(Movie, int) - 类 的构造器org.xutils.image.GifDrawable
 
groupBy(String) - 类 中的方法org.xutils.db.DbModelSelector
 
groupBy(String) - 类 中的方法org.xutils.db.Selector
 

H

hashCode() - 类 中的方法org.xutils.common.util.KeyValue
 
hashCode() - 类 中的方法org.xutils.DbManager.DaoConfig
 
hashCode() - 类 中的方法org.xutils.image.ImageOptions
 
having(WhereBuilder) - 类 中的方法org.xutils.db.DbModelSelector
 
Header(String, String, boolean) - 类 的构造器org.xutils.http.BaseParams.Header
 
hitCount() - 类 中的方法org.xutils.cache.LruCache
Returns the number of times LruCache.get(K) returned a value that was already present in the cache.
http() - 类 中的静态方法org.xutils.x
 
HttpException - org.xutils.ex中的异常错误
 
HttpException(int, String) - 异常错误 的构造器org.xutils.ex.HttpException
 
HttpManager - org.xutils中的接口
Created by wyouflf on 15/6/17.
HttpManagerImpl - org.xutils.http中的类
Created by wyouflf on 15/7/23.
HttpMethod - org.xutils.http中的枚举
Created by wyouflf on 15/8/4.
HttpRedirectException - org.xutils.ex中的异常错误
 
HttpRedirectException(int, String, String) - 异常错误 的构造器org.xutils.ex.HttpRedirectException
 
HttpRequest - org.xutils.http.annotation中的注释类型
 
HttpRequest - org.xutils.http.request中的类
Created by wyouflf on 15/7/23.
HttpRequest(RequestParams, Type) - 类 的构造器org.xutils.http.request.HttpRequest
 
HttpResponse - org.xutils.http.annotation中的注释类型
 
HttpRetryHandler - org.xutils.http.app中的类
Author: wyouflf Time: 2014/05/30
HttpRetryHandler() - 类 的构造器org.xutils.http.app.HttpRetryHandler
 
HttpTask<ResultType> - org.xutils.http中的类
Created by wyouflf on 15/7/23.
HttpTask(RequestParams, Callback.Cancelable, Callback.CommonCallback<ResultType>) - 类 的构造器org.xutils.http.HttpTask
 

I

i(String) - 类 中的静态方法org.xutils.common.util.LogUtil
 
i(String, Throwable) - 类 中的静态方法org.xutils.common.util.LogUtil
 
image() - 类 中的静态方法org.xutils.x
 
ImageAnimationHelper - org.xutils.image中的类
Created by wyouflf on 15/10/13.
ImageDecoder - org.xutils.image中的类
Created by wyouflf on 15/10/9.
ImageManager - org.xutils中的接口
Created by wyouflf on 15/6/17.
ImageManagerImpl - org.xutils.image中的类
Created by wyouflf on 15/10/9.
ImageOptions - org.xutils.image中的类
Created by wyouflf on 15/8/21.
ImageOptions() - 类 的构造器org.xutils.image.ImageOptions
 
ImageOptions.Builder - org.xutils.image中的类
 
ImageOptions.ParamsBuilder - org.xutils.image中的接口
 
init(Application) - 类 中的静态方法org.xutils.x.Ext
 
inject(View) - 类 中的方法org.xutils.view.ViewInjectorImpl
 
inject(Activity) - 类 中的方法org.xutils.view.ViewInjectorImpl
 
inject(Object, View) - 类 中的方法org.xutils.view.ViewInjectorImpl
 
inject(Object, LayoutInflater, ViewGroup) - 类 中的方法org.xutils.view.ViewInjectorImpl
 
inject(View) - 接口 中的方法org.xutils.ViewInjector
注入view
inject(Activity) - 接口 中的方法org.xutils.ViewInjector
注入activity
inject(Object, View) - 接口 中的方法org.xutils.ViewInjector
注入view holder
inject(Object, LayoutInflater, ViewGroup) - 接口 中的方法org.xutils.ViewInjector
注入fragment
inputStream - 类 中的变量org.xutils.http.request.ResRequest
 
InputStreamBody - org.xutils.http.body中的类
Author: wyouflf Time: 2014/05/30
InputStreamBody(InputStream) - 类 的构造器org.xutils.http.body.InputStreamBody
 
InputStreamBody(InputStream, String) - 类 的构造器org.xutils.http.body.InputStreamBody
 
IntegerColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
IntegerColumnConverter() - 类 的构造器org.xutils.db.converter.IntegerColumnConverter
 
invalidateSelf() - 类 中的方法org.xutils.image.AsyncDrawable
 
IOUtil - org.xutils.common.util中的类
 
isAllowTransaction() - 类 中的方法org.xutils.DbManager.DaoConfig
 
isAsJsonContent() - 类 中的方法org.xutils.http.BaseParams
以json形式提交body参数
isAutoId() - 类 中的方法org.xutils.db.table.ColumnEntity
 
isAutoIdType(Class<?>) - 类 中的静态方法org.xutils.db.table.ColumnUtils
 
isAutoRename() - 类 中的方法org.xutils.http.RequestParams
是否根据头信息自动命名文件
isAutoResume() - 类 中的方法org.xutils.http.RequestParams
是否在下载是自动断点续传
isAutoRotate() - 类 中的方法org.xutils.image.ImageOptions
 
isBoolean(Class<?>) - 类 中的静态方法org.xutils.db.table.ColumnUtils
 
isBusy() - 类 中的方法org.xutils.common.task.PriorityExecutor
 
isCancelFast() - 类 中的方法org.xutils.common.task.AbsTask
取消任务时是否不等待任务彻底结束, 立即收到取消的通知.
isCancelFast() - 类 中的方法org.xutils.http.HttpTask
 
isCancelFast() - 类 中的方法org.xutils.http.RequestParams
是否可以被立即停止.
isCancelled() - 接口 中的方法org.xutils.common.Callback.Cancelable
 
isCancelled() - 类 中的方法org.xutils.common.task.AbsTask
 
isCircular() - 类 中的方法org.xutils.image.ImageOptions
 
isCompress() - 类 中的方法org.xutils.image.ImageOptions
 
isCrop() - 类 中的方法org.xutils.image.ImageOptions
 
isDebug() - 类 中的静态方法org.xutils.x
 
isDiskAvailable() - 类 中的静态方法org.xutils.common.util.FileUtil
检查磁盘空间是否大于10mb
isEmpty(String) - 类 中的方法org.xutils.db.table.DbModel
列数据是否空
isFadeIn() - 类 中的方法org.xutils.image.ImageOptions
 
isFinished() - 类 中的方法org.xutils.common.task.AbsTask
 
isForceLoadingDrawable() - 类 中的方法org.xutils.image.ImageOptions
 
isGif(File) - 类 中的静态方法org.xutils.image.ImageDecoder
 
isId() - 类 中的方法org.xutils.db.table.ColumnEntity
 
isIgnoreGif() - 类 中的方法org.xutils.image.ImageOptions
 
isInteger(Class<?>) - 类 中的静态方法org.xutils.db.table.ColumnUtils
 
isLoading() - 类 中的方法org.xutils.http.request.HttpRequest
 
isLoading() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
isLoading() - 类 中的方法org.xutils.http.request.ResRequest
 
isLoading() - 类 中的方法org.xutils.http.request.UriRequest
 
isMultipart() - 类 中的方法org.xutils.http.BaseParams
 
isRunning() - 类 中的方法org.xutils.image.GifDrawable
 
isSquare() - 类 中的方法org.xutils.image.ImageOptions
 
isStateful() - 类 中的方法org.xutils.image.AsyncDrawable
 
isSupportColumnConverter(Class) - 类 中的静态方法org.xutils.db.converter.ColumnConverterFactory
 
isTextColumnDbType(Object) - 类 中的静态方法org.xutils.db.table.ColumnUtils
 
isUseCookie() - 类 中的方法org.xutils.http.RequestParams
是否在请求过程中启用cookie, 默认true.
isUseMemCache() - 类 中的方法org.xutils.image.ImageOptions
 
isValid() - 类 中的方法org.xutils.common.util.ProcessLock
锁是否有效

K

key - 类 中的变量org.xutils.common.util.KeyValue
 
KeyValue - org.xutils.common.util中的类
 
KeyValue(String, Object) - 类 的构造器org.xutils.common.util.KeyValue
 

L

limit(int) - 类 中的方法org.xutils.db.DbModelSelector
 
limit(int) - 类 中的方法org.xutils.db.Selector
 
load(InputStream) - 类 中的方法org.xutils.http.loader.FileLoader
 
load(UriRequest) - 类 中的方法org.xutils.http.loader.FileLoader
 
load(UriRequest) - 类 中的方法org.xutils.http.loader.Loader
 
loadDrawable(String, ImageOptions, Callback.CommonCallback<Drawable>) - 类 中的方法org.xutils.image.ImageManagerImpl
 
loadDrawable(String, ImageOptions, Callback.CommonCallback<Drawable>) - 接口 中的方法org.xutils.ImageManager
 
Loader<T> - org.xutils.http.loader中的类
Author: wyouflf Time: 2014/05/26
Loader() - 类 的构造器org.xutils.http.loader.Loader
 
loader - 类 中的变量org.xutils.http.request.UriRequest
 
LoaderFactory - org.xutils.http.loader中的类
Author: wyouflf Time: 2014/05/26
loadFile(String, ImageOptions, Callback.CacheCallback<File>) - 类 中的方法org.xutils.image.ImageManagerImpl
 
loadFile(String, ImageOptions, Callback.CacheCallback<File>) - 接口 中的方法org.xutils.ImageManager
 
loadFromCache(DiskCacheEntity) - 类 中的方法org.xutils.http.loader.FileLoader
 
loadFromCache(DiskCacheEntity) - 类 中的方法org.xutils.http.loader.Loader
 
loadResult() - 类 中的方法org.xutils.http.request.HttpRequest
 
loadResult() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
loadResult() - 类 中的方法org.xutils.http.request.ResRequest
 
loadResult() - 类 中的方法org.xutils.http.request.UriRequest
由loader发起请求, 拿到结果.
loadResultFromCache() - 类 中的方法org.xutils.http.request.HttpRequest
尝试从缓存获取结果, 并为请求头加入缓存控制参数.
loadResultFromCache() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
loadResultFromCache() - 类 中的方法org.xutils.http.request.ResRequest
 
loadResultFromCache() - 类 中的方法org.xutils.http.request.UriRequest
尝试从缓存获取结果, 并为请求头加入缓存控制参数.
LocalFileRequest - org.xutils.http.request中的类
Created by wyouflf on 15/11/4.
LocalFileRequest(RequestParams, Type) - 类 的构造器org.xutils.http.request.LocalFileRequest
 
LogUtil - org.xutils.common.util中的类
Log工具,类似android.util.Log。
LongColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
LongColumnConverter() - 类 的构造器org.xutils.db.converter.LongColumnConverter
 
LruCache<K,V> - org.xutils.cache中的类
Static library version of LruCache.
LruCache(int) - 类 的构造器org.xutils.cache.LruCache
 
LruDiskCache - org.xutils.cache中的类
Created by wyouflf on 15/7/23.

M

MAX_FILE_LOAD_WORKER - 类 中的静态变量org.xutils.http.RequestParams
 
maxRetryCount - 类 中的变量org.xutils.http.app.HttpRetryHandler
 
maxSize() - 类 中的方法org.xutils.cache.LruCache
For caches that do not override LruCache.sizeOf(K, V), this returns the maximum number of entries in the cache.
MD5 - org.xutils.common.util中的类
 
md5(File) - 类 中的静态方法org.xutils.common.util.MD5
 
md5(String) - 类 中的静态方法org.xutils.common.util.MD5
 
missCount() - 类 中的方法org.xutils.cache.LruCache
Returns the number of times LruCache.get(K) returned null or required a new value to be created.
MultipartBody - org.xutils.http.body中的类
Author: wyouflf Time: 2014/05/30
MultipartBody(List<KeyValue>, String) - 类 的构造器org.xutils.http.body.MultipartBody
 
mutate() - 类 中的方法org.xutils.image.AsyncDrawable
 

N

name - 类 中的变量org.xutils.db.table.ColumnEntity
 
newImageOptions() - 类 中的方法org.xutils.image.ImageOptions.Builder
 
newInstance() - 类 中的方法org.xutils.http.loader.FileLoader
 
newInstance() - 类 中的方法org.xutils.http.loader.Loader
 

O

offset(int) - 类 中的方法org.xutils.db.DbModelSelector
 
offset(int) - 类 中的方法org.xutils.db.Selector
 
onAllFinished() - 接口 中的方法org.xutils.common.Callback.GroupCallback
 
onCache(ResultType) - 接口 中的方法org.xutils.common.Callback.CacheCallback
 
onCache(UriRequest, Object) - 接口 中的方法org.xutils.http.app.RequestTracker
 
onCancelled(Callback.CancelledException) - 接口 中的方法org.xutils.common.Callback.CommonCallback
 
onCancelled(ItemType, Callback.CancelledException) - 接口 中的方法org.xutils.common.Callback.GroupCallback
 
onCancelled(Callback.CancelledException) - 类 中的方法org.xutils.common.task.AbsTask
 
onCancelled(UriRequest) - 接口 中的方法org.xutils.http.app.RequestTracker
 
onCancelled(Callback.CancelledException) - 类 中的方法org.xutils.http.HttpTask
 
onDbOpened(DbManager) - 接口 中的方法org.xutils.DbManager.DbOpenListener
 
onError(Throwable, boolean) - 接口 中的方法org.xutils.common.Callback.CommonCallback
 
onError(ItemType, Throwable, boolean) - 接口 中的方法org.xutils.common.Callback.GroupCallback
 
onError(Throwable, boolean) - 类 中的方法org.xutils.common.task.AbsTask
 
onError(UriRequest, Throwable, boolean) - 接口 中的方法org.xutils.http.app.RequestTracker
 
onError(Throwable, boolean) - 类 中的方法org.xutils.http.HttpTask
 
onFinished() - 接口 中的方法org.xutils.common.Callback.CommonCallback
 
onFinished(ItemType) - 接口 中的方法org.xutils.common.Callback.GroupCallback
 
onFinished() - 类 中的方法org.xutils.common.task.AbsTask
 
onFinished(UriRequest) - 接口 中的方法org.xutils.http.app.RequestTracker
 
onFinished() - 类 中的方法org.xutils.http.HttpTask
 
onLoading(long, long, boolean) - 接口 中的方法org.xutils.common.Callback.ProgressCallback
 
onlyCache() - 接口 中的方法org.xutils.common.Callback.ProxyCacheCallback
 
onRequestCreated(UriRequest) - 接口 中的方法org.xutils.http.app.RequestTracker
 
onStart(RequestParams) - 接口 中的方法org.xutils.http.app.RequestTracker
 
onStarted() - 接口 中的方法org.xutils.common.Callback.ProgressCallback
 
onStarted() - 类 中的方法org.xutils.common.task.AbsTask
 
onStarted() - 类 中的方法org.xutils.http.HttpTask
 
onSuccess(ResultType) - 接口 中的方法org.xutils.common.Callback.CommonCallback
 
onSuccess(ItemType) - 接口 中的方法org.xutils.common.Callback.GroupCallback
 
onSuccess(ResultType) - 类 中的方法org.xutils.common.task.AbsTask
 
onSuccess(UriRequest, Object) - 接口 中的方法org.xutils.http.app.RequestTracker
 
onSuccess(ResultType) - 类 中的方法org.xutils.http.HttpTask
 
onTableCreated(DbManager, TableEntity<?>) - 接口 中的方法org.xutils.DbManager.TableCreateListener
 
onUpdate(int, Object...) - 类 中的方法org.xutils.common.task.AbsTask
 
onUpdate(int, Object...) - 类 中的方法org.xutils.http.HttpTask
 
onUpgrade(DbManager, int, int) - 接口 中的方法org.xutils.DbManager.DbUpgradeListener
 
onWaiting() - 接口 中的方法org.xutils.common.Callback.ProgressCallback
 
onWaiting() - 类 中的方法org.xutils.common.task.AbsTask
 
onWaiting(RequestParams) - 接口 中的方法org.xutils.http.app.RequestTracker
 
onWaiting() - 类 中的方法org.xutils.http.HttpTask
 
options - 类 中的变量org.xutils.image.ImageOptions.Builder
 
or(String, String, Object) - 类 中的方法org.xutils.db.DbModelSelector
 
or(WhereBuilder) - 类 中的方法org.xutils.db.DbModelSelector
 
or(String, String, Object) - 类 中的方法org.xutils.db.Selector
 
or(WhereBuilder) - 类 中的方法org.xutils.db.Selector
 
or(String, String, Object) - 类 中的方法org.xutils.db.sqlite.WhereBuilder
add OR condition
or(WhereBuilder) - 类 中的方法org.xutils.db.sqlite.WhereBuilder
add OR condition
orderBy(String) - 类 中的方法org.xutils.db.DbModelSelector
排序条件, 默认ASC
orderBy(String, boolean) - 类 中的方法org.xutils.db.DbModelSelector
排序条件, 默认ASC
orderBy(String) - 类 中的方法org.xutils.db.Selector
排序条件, 默认ASC
orderBy(String, boolean) - 类 中的方法org.xutils.db.Selector
排序条件, 默认ASC
OrderBy(String) - 类 的构造器org.xutils.db.Selector.OrderBy
排序条件, 默认ASC
OrderBy(String, boolean) - 类 的构造器org.xutils.db.Selector.OrderBy
排序条件, 默认ASC
org.xutils - 程序包 org.xutils
 
org.xutils.cache - 程序包 org.xutils.cache
 
org.xutils.common - 程序包 org.xutils.common
 
org.xutils.common.task - 程序包 org.xutils.common.task
 
org.xutils.common.util - 程序包 org.xutils.common.util
 
org.xutils.config - 程序包 org.xutils.config
 
org.xutils.db - 程序包 org.xutils.db
 
org.xutils.db.annotation - 程序包 org.xutils.db.annotation
 
org.xutils.db.converter - 程序包 org.xutils.db.converter
 
org.xutils.db.sqlite - 程序包 org.xutils.db.sqlite
 
org.xutils.db.table - 程序包 org.xutils.db.table
 
org.xutils.ex - 程序包 org.xutils.ex
 
org.xutils.http - 程序包 org.xutils.http
 
org.xutils.http.annotation - 程序包 org.xutils.http.annotation
 
org.xutils.http.app - 程序包 org.xutils.http.app
 
org.xutils.http.body - 程序包 org.xutils.http.body
 
org.xutils.http.cookie - 程序包 org.xutils.http.cookie
 
org.xutils.http.loader - 程序包 org.xutils.http.loader
 
org.xutils.http.request - 程序包 org.xutils.http.request
 
org.xutils.image - 程序包 org.xutils.image
 
org.xutils.view - 程序包 org.xutils.view
 
org.xutils.view.annotation - 程序包 org.xutils.view.annotation
 

P

ParameterizedTypeUtil - org.xutils.common.util中的类
 
params - 类 中的变量org.xutils.http.request.UriRequest
 
ParamsBuilder - org.xutils.http.app中的接口
Created by wyouflf on 15/8/20.
parse(Type, Class<?>, ResponseDataType) - 接口 中的方法org.xutils.http.app.ResponseParser
转换result为resultType类型的对象
permitsCache(HttpMethod) - 枚举 中的静态方法org.xutils.http.HttpMethod
 
permitsRequestBody(HttpMethod) - 枚举 中的静态方法org.xutils.http.HttpMethod
 
permitsRetry(HttpMethod) - 枚举 中的静态方法org.xutils.http.HttpMethod
 
post(Runnable) - 类 中的方法org.xutils.common.task.TaskControllerImpl
run in UI thread
post(Runnable) - 接口 中的方法org.xutils.common.TaskController
在UI线程执行runnable.
post(RequestParams, Callback.CommonCallback<T>) - 类 中的方法org.xutils.http.HttpManagerImpl
 
post(RequestParams, Callback.CommonCallback<T>) - 接口 中的方法org.xutils.HttpManager
异步POST请求
postDelayed(Runnable, long) - 类 中的方法org.xutils.common.task.TaskControllerImpl
run in UI thread
postDelayed(Runnable, long) - 接口 中的方法org.xutils.common.TaskController
在UI线程执行runnable.
postSync(RequestParams, Class<T>) - 类 中的方法org.xutils.http.HttpManagerImpl
 
postSync(RequestParams, Class<T>) - 接口 中的方法org.xutils.HttpManager
同步POST请求
prepare(PrepareType) - 接口 中的方法org.xutils.common.Callback.PrepareCallback
 
Priority - org.xutils.common.task中的枚举
Created by wyouflf on 15/6/5.
PriorityExecutor - org.xutils.common.task中的类
Created by wyouflf on 15/6/5.
PriorityExecutor(boolean) - 类 的构造器org.xutils.common.task.PriorityExecutor
默认工作线程数5
PriorityExecutor(int, boolean) - 类 的构造器org.xutils.common.task.PriorityExecutor
 
ProcessLock - org.xutils.common.util中的类
进程间锁, 仅在同一个应用中有效.
ProgressBody - org.xutils.http.body中的接口
Created by wyouflf on 15/8/13.
progressHandler - 类 中的变量org.xutils.http.loader.Loader
 
ProgressHandler - org.xutils.http中的接口
进度控制接口, updateProgress方式中ProgressCallback#onLoading.
progressHandler - 类 中的变量org.xutils.http.request.UriRequest
 
put(K, V) - 类 中的方法org.xutils.cache.LruCache
Caches value for key.
put(DiskCacheEntity) - 类 中的方法org.xutils.cache.LruDiskCache
 
put(K1, K2, V) - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
putCount() - 类 中的方法org.xutils.cache.LruCache
Returns the number of times LruCache.put(K, V) was called.
px2dip(float) - 类 中的静态方法org.xutils.common.util.DensityUtil
 

Q

queryUrl - 类 中的变量org.xutils.http.request.UriRequest
 

R

readBytes(InputStream) - 类 中的静态方法org.xutils.common.util.IOUtil
 
readBytes(InputStream, long, int) - 类 中的静态方法org.xutils.common.util.IOUtil
 
readStr(InputStream) - 类 中的静态方法org.xutils.common.util.IOUtil
 
readStr(InputStream, String) - 类 中的静态方法org.xutils.common.util.IOUtil
 
RedirectHandler - org.xutils.http.app中的接口
Created by wyouflf on 15/11/12.
registerColumnConverter(Class, ColumnConverter) - 类 中的静态方法org.xutils.db.converter.ColumnConverterFactory
 
registerDefaultTrackerClass(Class<? extends RequestTracker>) - 类 中的静态方法org.xutils.http.request.UriRequestFactory
 
registerInstance() - 类 中的静态方法org.xutils.common.task.TaskControllerImpl
 
registerInstance() - 类 中的静态方法org.xutils.http.HttpManagerImpl
 
registerInstance() - 类 中的静态方法org.xutils.image.ImageManagerImpl
 
registerInstance() - 类 中的静态方法org.xutils.view.ViewInjectorImpl
 
registerLoader(Type, Loader<T>) - 类 中的静态方法org.xutils.http.loader.LoaderFactory
 
registerRequestClass(String, Class<? extends UriRequest>) - 类 中的静态方法org.xutils.http.request.UriRequestFactory
 
release() - 类 中的方法org.xutils.common.util.ProcessLock
释放锁
remove(K) - 类 中的方法org.xutils.cache.LruCache
Removes the entry for key if it exists.
remove(K1) - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
remove(K1, K2) - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
remove(URI, HttpCookie) - 枚举 中的方法org.xutils.http.cookie.DbCookieStore
Remove a cookie from store
removeAll() - 枚举 中的方法org.xutils.http.cookie.DbCookieStore
Remove all cookies in this cookie store.
removeCallbacks(Runnable) - 类 中的方法org.xutils.common.task.TaskControllerImpl
移除post或postDelayed提交的, 未执行的runnable
removeCallbacks(Runnable) - 接口 中的方法org.xutils.common.TaskController
移除post或postDelayed提交的, 未执行的runnable
removeParameter(String) - 类 中的方法org.xutils.http.BaseParams
 
removeTable(Class<?>) - 类 中的方法org.xutils.db.table.DbBase
 
replace(Object) - 类 中的方法org.xutils.db.DbManagerImpl
 
replace(Object) - 接口 中的方法org.xutils.DbManager
保存或更新实体类或实体类的List到数据库, 根据id和其他唯一索引判断数据是否存在.
request(HttpMethod, RequestParams, Callback.CommonCallback<T>) - 类 中的方法org.xutils.http.HttpManagerImpl
 
request(HttpMethod, RequestParams, Callback.CommonCallback<T>) - 接口 中的方法org.xutils.HttpManager
异步请求
RequestBody - org.xutils.http.body中的接口
Created by wyouflf on 15/10/29.
RequestInterceptListener - org.xutils.http.app中的接口
Created by wyouflf on 15/11/10.
requestInterceptListener - 类 中的变量org.xutils.http.request.UriRequest
 
RequestParams - org.xutils.http中的类
Created by wyouflf on 15/7/17.
RequestParams() - 类 的构造器org.xutils.http.RequestParams
使用空构造创建时必须, 必须是带有@HttpRequest注解的子类.
RequestParams(String) - 类 的构造器org.xutils.http.RequestParams
 
RequestParams(String, ParamsBuilder, String[], String[]) - 类 的构造器org.xutils.http.RequestParams
 
requestSync(HttpMethod, RequestParams, Class<T>) - 类 中的方法org.xutils.http.HttpManagerImpl
 
requestSync(HttpMethod, RequestParams, Callback.TypedCallback<T>) - 类 中的方法org.xutils.http.HttpManagerImpl
 
requestSync(HttpMethod, RequestParams, Class<T>) - 接口 中的方法org.xutils.HttpManager
同步请求
requestSync(HttpMethod, RequestParams, Callback.TypedCallback<T>) - 接口 中的方法org.xutils.HttpManager
同步请求
RequestTracker - org.xutils.http.app中的接口
Created by wyouflf on 15/9/10.
resize(int) - 类 中的方法org.xutils.cache.LruCache
Sets the size of the cache.
ResponseParser<ResponseDataType> - org.xutils.http.app中的接口
Created by wyouflf on 15/8/4.
responseParser - 类 中的变量org.xutils.http.request.UriRequest
 
ResRequest - org.xutils.http.request中的类
Created by wyouflf on 15/11/4.
ResRequest(RequestParams, Type) - 类 的构造器org.xutils.http.request.ResRequest
 
rotate(Bitmap, int, boolean) - 类 中的静态方法org.xutils.image.ImageDecoder
旋转图片
run(Runnable) - 类 中的方法org.xutils.common.task.TaskControllerImpl
run in background thread
run(Runnable) - 接口 中的方法org.xutils.common.TaskController
在后台线程执行runnable
run() - 类 中的方法org.xutils.image.GifDrawable
 

S

save(Object) - 类 中的方法org.xutils.db.DbManagerImpl
 
save(Object) - 接口 中的方法org.xutils.DbManager
保存实体类或实体类的List到数据库
save2Cache(UriRequest) - 类 中的方法org.xutils.http.loader.FileLoader
 
save2Cache(UriRequest) - 类 中的方法org.xutils.http.loader.Loader
 
save2Cache() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
save2Cache() - 类 中的方法org.xutils.http.request.UriRequest
 
saveBindingId(Object) - 类 中的方法org.xutils.db.DbManagerImpl
 
saveBindingId(Object) - 接口 中的方法org.xutils.DbManager
保存实体类或实体类的List到数据库, 如果该类型的id是自动生成的, 则保存完后会给id赋值.
saveByteArrayCache(UriRequest, byte[]) - 类 中的方法org.xutils.http.loader.Loader
 
saveOrUpdate(Object) - 类 中的方法org.xutils.db.DbManagerImpl
 
saveOrUpdate(Object) - 接口 中的方法org.xutils.DbManager
保存或更新实体类或实体类的List到数据库, 根据id对应的数据是否存在.
saveStringCache(UriRequest, String) - 类 中的方法org.xutils.http.loader.Loader
 
scheduleSelf(Runnable, long) - 类 中的方法org.xutils.image.AsyncDrawable
 
select(String...) - 类 中的方法org.xutils.db.DbModelSelector
 
select(String...) - 类 中的方法org.xutils.db.Selector
 
selector(Class<T>) - 类 中的方法org.xutils.db.DbManagerImpl
 
Selector<T> - org.xutils.db中的类
Author: wyouflf Date: 13-8-9 Time: 下午10:19
selector(Class<T>) - 接口 中的方法org.xutils.DbManager
 
Selector.OrderBy - org.xutils.db中的类
 
sendRequest() - 类 中的方法org.xutils.http.request.HttpRequest
invoke via Loader
sendRequest() - 类 中的方法org.xutils.http.request.LocalFileRequest
 
sendRequest() - 类 中的方法org.xutils.http.request.ResRequest
 
sendRequest() - 类 中的方法org.xutils.http.request.UriRequest
invoke via Loader
setAllowTransaction(boolean) - 类 中的方法org.xutils.DbManager.DaoConfig
 
setAlpha(int) - 类 中的方法org.xutils.image.AsyncDrawable
 
setAlpha(int) - 类 中的方法org.xutils.image.GifDrawable
 
setAnimation(Animation) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setAsJsonContent(boolean) - 类 中的方法org.xutils.http.BaseParams
以json形式提交body参数
setAutoIdValue(Object, long) - 类 中的方法org.xutils.db.table.ColumnEntity
 
setAutoRename(boolean) - 类 中的方法org.xutils.http.RequestParams
设置是否根据头信息自动命名文件
setAutoResume(boolean) - 类 中的方法org.xutils.http.RequestParams
设置是否在下载是自动断点续传
setAutoRotate(boolean) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setBaseDrawable(Drawable) - 类 中的方法org.xutils.image.AsyncDrawable
 
setBodyContent(String) - 类 中的方法org.xutils.http.BaseParams
 
setBodyContentType(String) - 类 中的方法org.xutils.http.BaseParams
设置POST等请求的 Content-Type
setBounds(int, int, int, int) - 类 中的方法org.xutils.image.AsyncDrawable
 
setBounds(Rect) - 类 中的方法org.xutils.image.AsyncDrawable
 
setBytesContent(byte[]) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setCacheDirName(String) - 类 中的方法org.xutils.http.RequestParams
 
setCacheMaxAge(long) - 类 中的方法org.xutils.http.RequestParams
默认缓存存活时间, 单位:毫秒.
setCacheSize(long) - 类 中的方法org.xutils.http.RequestParams
 
setCancelFast(boolean) - 类 中的方法org.xutils.http.RequestParams
是否可以被立即停止.
setChangingConfigurations(int) - 类 中的方法org.xutils.image.AsyncDrawable
 
setCharset(String) - 类 中的方法org.xutils.http.BaseParams
 
setCircular(boolean) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setCode(int) - 异常错误 中的方法org.xutils.ex.HttpException
 
setColorFilter(ColorFilter) - 类 中的方法org.xutils.image.AsyncDrawable
 
setColorFilter(int, PorterDuff.Mode) - 类 中的方法org.xutils.image.AsyncDrawable
 
setColorFilter(ColorFilter) - 类 中的方法org.xutils.image.GifDrawable
 
setConfig(Bitmap.Config) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setConnectTimeout(int) - 类 中的方法org.xutils.http.RequestParams
 
setContentType(String) - 类 中的方法org.xutils.http.body.FileBody
 
setContentType(String) - 类 中的方法org.xutils.http.body.InputStreamBody
 
setContentType(String) - 类 中的方法org.xutils.http.body.MultipartBody
only change subType: "multipart/subType; boundary=xxx..."
setContentType(String) - 接口 中的方法org.xutils.http.body.RequestBody
 
setContentType(String) - 类 中的方法org.xutils.http.body.StringBody
 
setContentType(String) - 类 中的方法org.xutils.http.body.UrlEncodedBody
 
setContext(Context) - 类 中的方法org.xutils.http.RequestParams
 
setCrop(boolean) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setDbDir(File) - 类 中的方法org.xutils.DbManager.DaoConfig
 
setDbName(String) - 类 中的方法org.xutils.DbManager.DaoConfig
 
setDbOpenListener(DbManager.DbOpenListener) - 类 中的方法org.xutils.DbManager.DaoConfig
 
setDbUpgradeListener(DbManager.DbUpgradeListener) - 类 中的方法org.xutils.DbManager.DaoConfig
 
setDbVersion(int) - 类 中的方法org.xutils.DbManager.DaoConfig
 
setDebug(boolean) - 类 中的静态方法org.xutils.x.Ext
 
setDefaultHostnameVerifier(HostnameVerifier) - 类 中的静态方法org.xutils.x.Ext
 
setDither(boolean) - 类 中的方法org.xutils.image.AsyncDrawable
 
setErrorCode(String) - 异常错误 中的方法org.xutils.ex.HttpException
 
setEtag(String) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setExecutor(Executor) - 类 中的方法org.xutils.http.RequestParams
自定义线程池
setExpires(long) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setFadeIn(boolean) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setFailureDrawable(Drawable) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setFailureDrawableId(int) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setFilterBitmap(boolean) - 类 中的方法org.xutils.image.AsyncDrawable
 
setForceLoadingDrawable(boolean) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setHeader - 类 中的变量org.xutils.http.BaseParams.Header
 
setHeader(String, String) - 类 中的方法org.xutils.http.BaseParams
覆盖header
setHits(long) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setHostnameVerifier(HostnameVerifier) - 类 中的方法org.xutils.http.RequestParams
 
setHttpManager(HttpManager) - 类 中的静态方法org.xutils.x.Ext
 
setHttpRetryHandler(HttpRetryHandler) - 类 中的方法org.xutils.http.RequestParams
 
setId(long) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setIgnoreGif(boolean) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setImageManager(ImageManager) - 类 中的静态方法org.xutils.x.Ext
 
setImageScaleType(ImageView.ScaleType) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setKey(String) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setLastAccess(long) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setLastModify(Date) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setLoadingDrawable(Drawable) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setLoadingDrawableId(int) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setLoadingUpdateMaxTimeSpan(int) - 类 中的方法org.xutils.http.RequestParams
进度刷新最大间隔时间(默认300毫秒)
setMaxRetryCount(int) - 类 中的方法org.xutils.http.app.HttpRetryHandler
 
setMaxRetryCount(int) - 类 中的方法org.xutils.http.RequestParams
 
setMaxSize(long) - 类 中的方法org.xutils.cache.LruDiskCache
 
setMessage(String) - 异常错误 中的方法org.xutils.ex.HttpException
 
setMethod - 类 中的变量org.xutils.db.table.ColumnEntity
 
setMethod(HttpMethod) - 类 中的方法org.xutils.http.BaseParams
 
setMultipart(boolean) - 类 中的方法org.xutils.http.BaseParams
 
setParams(RequestParams) - 类 中的方法org.xutils.http.loader.FileLoader
 
setParams(RequestParams) - 类 中的方法org.xutils.http.loader.Loader
 
setParamsBuilder(ImageOptions.ParamsBuilder) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setPlaceholderScaleType(ImageView.ScaleType) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setPoolSize(int) - 类 中的方法org.xutils.common.task.PriorityExecutor
 
setPriority(Priority) - 类 中的方法org.xutils.http.RequestParams
 
setProgressHandler(ProgressHandler) - 类 中的方法org.xutils.http.body.InputStreamBody
 
setProgressHandler(ProgressHandler) - 类 中的方法org.xutils.http.body.MultipartBody
 
setProgressHandler(ProgressHandler) - 接口 中的方法org.xutils.http.body.ProgressBody
 
setProgressHandler(ProgressHandler) - 类 中的方法org.xutils.http.loader.Loader
 
setProgressHandler(ProgressHandler) - 类 中的方法org.xutils.http.request.UriRequest
 
setProxy(Proxy) - 类 中的方法org.xutils.http.RequestParams
 
setRadius(int) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setRate(int) - 类 中的方法org.xutils.image.GifDrawable
 
setReadTimeout(int) - 类 中的方法org.xutils.http.RequestParams
注意get请求失败后默认会重试2次, 可以通过setMaxRetryCount(0)来防止get请求自动重试.
setRedirectHandler(RedirectHandler) - 类 中的方法org.xutils.http.RequestParams
自定义重定向接口, 默认系统自动重定向.
setRequestBody(RequestBody) - 类 中的方法org.xutils.http.BaseParams
 
setRequestInterceptListener(RequestInterceptListener) - 类 中的方法org.xutils.http.request.UriRequest
 
setRequestTracker(RequestTracker) - 类 中的方法org.xutils.http.RequestParams
 
setResponseParser(ResponseParser) - 类 中的方法org.xutils.http.request.UriRequest
 
setResult(String) - 异常错误 中的方法org.xutils.ex.HttpException
 
setSaveFilePath(String) - 类 中的方法org.xutils.http.RequestParams
设置下载文件时文件保存的路径和文件名
setSize(int, int) - 类 中的方法org.xutils.image.ImageOptions.Builder
小于0时不采样压缩.
setSql(String) - 类 中的方法org.xutils.db.sqlite.SqlInfo
 
setSquare(boolean) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setSslSocketFactory(SSLSocketFactory) - 类 中的方法org.xutils.http.RequestParams
 
setState(int[]) - 类 中的方法org.xutils.image.AsyncDrawable
 
setTableCreateListener(DbManager.TableCreateListener) - 类 中的方法org.xutils.DbManager.DaoConfig
 
setTaskController(TaskController) - 类 中的静态方法org.xutils.x.Ext
 
setTextContent(String) - 类 中的方法org.xutils.cache.DiskCacheEntity
 
setUri(String) - 类 中的方法org.xutils.http.RequestParams
 
setUseCookie(boolean) - 类 中的方法org.xutils.http.RequestParams
是否在请求过程中启用cookie, 默认true.
setUseMemCache(boolean) - 类 中的方法org.xutils.image.ImageOptions.Builder
 
setValueFromCursor(Object, Cursor, int) - 类 中的方法org.xutils.db.table.ColumnEntity
 
setViewInjector(ViewInjector) - 类 中的静态方法org.xutils.x.Ext
 
setVisible(boolean, boolean) - 类 中的方法org.xutils.image.AsyncDrawable
 
ShortColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
ShortColumnConverter() - 类 的构造器org.xutils.db.converter.ShortColumnConverter
 
size() - 类 中的方法org.xutils.cache.LruCache
For caches that do not override LruCache.sizeOf(K, V), this returns the number of entries in the cache.
size() - 类 中的方法org.xutils.common.util.DoubleKeyValueMap
 
sizeOf(K, V) - 类 中的方法org.xutils.cache.LruCache
Returns the size of the entry for key and value in user-defined units.
snapshot() - 类 中的方法org.xutils.cache.LruCache
Returns a copy of the current contents of the cache, ordered from least recently accessed to most recently accessed.
SqlDateColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
SqlDateColumnConverter() - 类 的构造器org.xutils.db.converter.SqlDateColumnConverter
 
SqlInfo - org.xutils.db.sqlite中的类
 
SqlInfo() - 类 的构造器org.xutils.db.sqlite.SqlInfo
 
SqlInfo(String) - 类 的构造器org.xutils.db.sqlite.SqlInfo
 
SqlInfoBuilder - org.xutils.db.sqlite中的类
Build "insert", "replace",,"update", "delete" and "create" sql.
start(AbsTask<T>) - 类 中的方法org.xutils.common.task.TaskControllerImpl
run task
start(AbsTask<T>) - 接口 中的方法org.xutils.common.TaskController
开始一个异步任务
start() - 类 中的方法org.xutils.image.GifDrawable
 
startSync(AbsTask<T>) - 类 中的方法org.xutils.common.task.TaskControllerImpl
 
startSync(AbsTask<T>) - 接口 中的方法org.xutils.common.TaskController
同步执行一个任务
startTasks(Callback.GroupCallback<T>, T...) - 类 中的方法org.xutils.common.task.TaskControllerImpl
 
startTasks(Callback.GroupCallback<T>, T...) - 接口 中的方法org.xutils.common.TaskController
批量执行异步任务
stop() - 类 中的方法org.xutils.image.GifDrawable
 
StringBody - org.xutils.http.body中的类
Author: wyouflf Time: 2014/05/30
StringBody(String, String) - 类 的构造器org.xutils.http.body.StringBody
 
StringColumnConverter - org.xutils.db.converter中的类
Author: wyouflf Date: 13-11-4 Time: 下午10:51
StringColumnConverter() - 类 的构造器org.xutils.db.converter.StringColumnConverter
 

T

Table - org.xutils.db.annotation中的注释类型
 
TableEntity<T> - org.xutils.db.table中的类
 
tableIsExists() - 类 中的方法org.xutils.db.table.TableEntity
 
tableIsExists(boolean) - 类 中的方法org.xutils.db.table.TableEntity
 
task() - 类 中的静态方法org.xutils.x
 
TaskController - org.xutils.common中的接口
Created by wyouflf on 15/6/11.
TaskControllerImpl - org.xutils.common.task中的类
Created by wyouflf on 15/6/5.
toHexString(byte[]) - 类 中的静态方法org.xutils.common.util.MD5
 
toJSONString() - 类 中的方法org.xutils.http.BaseParams
 
toString() - 类 中的方法org.xutils.cache.LruCache
 
toString() - 类 中的方法org.xutils.common.util.KeyValue
 
toString() - 类 中的方法org.xutils.common.util.ProcessLock
 
toString() - 类 中的方法org.xutils.db.DbModelSelector
 
toString() - 类 中的方法org.xutils.db.Selector.OrderBy
 
toString() - 类 中的方法org.xutils.db.Selector
 
toString() - 枚举 中的方法org.xutils.db.sqlite.ColumnDbType
 
toString() - 类 中的方法org.xutils.db.sqlite.WhereBuilder
 
toString() - 类 中的方法org.xutils.db.table.ColumnEntity
 
toString() - 类 中的方法org.xutils.db.table.TableEntity
 
toString() - 类 中的方法org.xutils.DbManager.DaoConfig
 
toString() - 异常错误 中的方法org.xutils.ex.HttpException
 
toString() - 类 中的方法org.xutils.http.BaseParams
 
toString() - 枚举 中的方法org.xutils.http.HttpMethod
 
toString() - 类 中的方法org.xutils.http.HttpTask
 
toString() - 类 中的方法org.xutils.http.request.UriRequest
 
toString() - 类 中的方法org.xutils.http.RequestParams
 
toString() - 类 中的方法org.xutils.image.ImageOptions
 
trimToSize(int) - 类 中的方法org.xutils.cache.LruCache
Remove the eldest entries until the total of remaining entries is at or below the requested size.
tryLock(String, boolean) - 类 中的静态方法org.xutils.common.util.ProcessLock
获取进程锁
tryLock(String, boolean, long) - 类 中的静态方法org.xutils.common.util.ProcessLock
获取进程锁

U

unscheduleSelf(Runnable) - 类 中的方法org.xutils.image.AsyncDrawable
 
update(int, Object...) - 类 中的方法org.xutils.common.task.AbsTask
 
update(Object, String...) - 类 中的方法org.xutils.db.DbManagerImpl
 
update(Class<?>, WhereBuilder, KeyValue...) - 类 中的方法org.xutils.db.DbManagerImpl
 
update(Object, String...) - 接口 中的方法org.xutils.DbManager
 
update(Class<?>, WhereBuilder, KeyValue...) - 接口 中的方法org.xutils.DbManager
 
updateProgress(long, long, boolean) - 类 中的方法org.xutils.http.HttpTask
 
updateProgress(long, long, boolean) - 接口 中的方法org.xutils.http.ProgressHandler
 
UriRequest - org.xutils.http.request中的类
Created by wyouflf on 15/7/23.
UriRequest(RequestParams, Type) - 类 的构造器org.xutils.http.request.UriRequest
 
UriRequestFactory - org.xutils.http.request中的类
Created by wyouflf on 15/11/4.
UrlEncodedBody - org.xutils.http.body中的类
Author: wyouflf Time: 2014/05/30
UrlEncodedBody(List<KeyValue>, String) - 类 的构造器org.xutils.http.body.UrlEncodedBody
 

V

v(String) - 类 中的静态方法org.xutils.common.util.LogUtil
 
v(String, Throwable) - 类 中的静态方法org.xutils.common.util.LogUtil
 
value() - 枚举 中的方法org.xutils.common.task.AbsTask.State
 
value - 类 中的变量org.xutils.common.util.KeyValue
 
valueOf(String) - 枚举 中的静态方法org.xutils.common.task.AbsTask.State
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.xutils.common.task.Priority
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.xutils.config.DbConfigs
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.xutils.db.sqlite.ColumnDbType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.xutils.http.cookie.DbCookieStore
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.xutils.http.HttpMethod
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.xutils.common.task.AbsTask.State
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.xutils.common.task.Priority
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.xutils.config.DbConfigs
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.xutils.db.sqlite.ColumnDbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.xutils.http.cookie.DbCookieStore
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.xutils.http.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
view() - 类 中的静态方法org.xutils.x
 
ViewInject - org.xutils.view.annotation中的注释类型
 
ViewInjector - org.xutils中的接口
Created by wyouflf on 15/10/29.
ViewInjectorImpl - org.xutils.view中的类
 

W

w(String) - 类 中的静态方法org.xutils.common.util.LogUtil
 
w(String, Throwable) - 类 中的静态方法org.xutils.common.util.LogUtil
 
w(Throwable) - 类 中的静态方法org.xutils.common.util.LogUtil
 
where(WhereBuilder) - 类 中的方法org.xutils.db.DbModelSelector
 
where(String, String, Object) - 类 中的方法org.xutils.db.DbModelSelector
 
where(WhereBuilder) - 类 中的方法org.xutils.db.Selector
 
where(String, String, Object) - 类 中的方法org.xutils.db.Selector
 
WhereBuilder - org.xutils.db.sqlite中的类
Author: wyouflf Date: 13-7-29 Time: 上午9:35
writeStr(OutputStream, String) - 类 中的静态方法org.xutils.common.util.IOUtil
 
writeStr(OutputStream, String, String) - 类 中的静态方法org.xutils.common.util.IOUtil
 
writeTo(OutputStream) - 类 中的方法org.xutils.http.body.InputStreamBody
 
writeTo(OutputStream) - 类 中的方法org.xutils.http.body.MultipartBody
 
writeTo(OutputStream) - 接口 中的方法org.xutils.http.body.RequestBody
 
writeTo(OutputStream) - 类 中的方法org.xutils.http.body.StringBody
 
writeTo(OutputStream) - 类 中的方法org.xutils.http.body.UrlEncodedBody
 
wtf(String) - 类 中的静态方法org.xutils.common.util.LogUtil
 
wtf(String, Throwable) - 类 中的静态方法org.xutils.common.util.LogUtil
 
wtf(Throwable) - 类 中的静态方法org.xutils.common.util.LogUtil
 

X

x - org.xutils中的类
Created by wyouflf on 15/6/10.
x.Ext - org.xutils中的类
 
A B C D E F G H I K L M N O P Q R S T U V W X 
跳过导航链接