跳过导航链接
A C D E F G I L M O S T X 

A

AnnotationProcessor - xiaofei.library.datastorage.annotation中的类
Created by Xiaofei on 16/3/25.

C

ClassId - xiaofei.library.datastorage.annotation中的注释类型
Created by Xiaofei on 16/3/25.
clear() - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
clear() - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Clear all the data in the storage.
CodeUtils - xiaofei.library.datastorage.util中的类
Created by Xiaofei on 16/3/17.
compress(byte[]) - 类 中的静态方法xiaofei.library.datastorage.util.GzipUtils
 
Condition<T> - xiaofei.library.datastorage.util中的接口
Created by Xiaofei on 15/11/11.
contains(T) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
contains(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
contains(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return true if the storage contains the element of the specified class and the specified id, false otherwise.
contains(T) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return true if the storage contains the element, false otherwise.

D

DatabaseStorage - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/3/24.
DataStorageFactory - xiaofei.library.datastorage中的类
Created by Xiaofei on 16/3/24.
DbConfig - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/5/10.
DbOpenHelper - xiaofei.library.datastorage.database中的类
 
DbOpenHelper(Context) - 类 的构造器xiaofei.library.datastorage.database.DbOpenHelper
 
decode(String) - 类 中的方法xiaofei.library.datastorage.database.DefaultCoderHook
 
decode(String, Class<T>) - 类 中的方法xiaofei.library.datastorage.database.GsonObjectCoder
 
decode(String) - 类 中的方法xiaofei.library.datastorage.database.GzipCoderHook
 
decode(String) - 接口 中的方法xiaofei.library.datastorage.database.ICoderHook
 
decode(String, Class<T>) - 类 中的方法xiaofei.library.datastorage.database.SerialObjectCoder
 
decode(String) - 类 中的静态方法xiaofei.library.datastorage.util.CodeUtils
 
decompress(byte[]) - 类 中的静态方法xiaofei.library.datastorage.util.GzipUtils
 
DefaultCoderHook - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/5/29.
DefaultCoderHook() - 类 的构造器xiaofei.library.datastorage.database.DefaultCoderHook
 
delete(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(T) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(List<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
delete(T) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the element.
delete(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the element of the specified class and the specified id.
delete(Class<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the elements of the specified class and the id in the list ids.
delete(List<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the elements in the list.
delete(Class<T>, Condition<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete the elements which are of the specified class and satisfy the condition.
deleteAll(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
deleteAll(Class<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Delete all the elements of the specified class;

E

encode(String) - 类 中的方法xiaofei.library.datastorage.database.DefaultCoderHook
 
encode(Object) - 类 中的方法xiaofei.library.datastorage.database.GsonObjectCoder
 
encode(String) - 类 中的方法xiaofei.library.datastorage.database.GzipCoderHook
 
encode(String) - 接口 中的方法xiaofei.library.datastorage.database.ICoderHook
 
encode(Object) - 类 中的方法xiaofei.library.datastorage.database.SerialObjectCoder
 
encode(byte[]) - 类 中的静态方法xiaofei.library.datastorage.util.CodeUtils
 

F

FieldMember - xiaofei.library.datastorage.annotation中的类
Created by Xiaofei on 16/5/11.
FieldMember(Field) - 类 的构造器xiaofei.library.datastorage.annotation.FieldMember
 

G

getClassId(Class<?>) - 类 中的方法xiaofei.library.datastorage.annotation.AnnotationProcessor
Return the class id of the specified class.
getInstance() - 类 中的静态方法xiaofei.library.datastorage.annotation.AnnotationProcessor
 
getInstance(Context) - 类 中的静态方法xiaofei.library.datastorage.database.DatabaseStorage
 
getInstance(Context, int) - 类 中的静态方法xiaofei.library.datastorage.DataStorageFactory
 
getObjectId(Object) - 类 中的方法xiaofei.library.datastorage.annotation.AnnotationProcessor
 
getValue(Object) - 类 中的方法xiaofei.library.datastorage.annotation.FieldMember
 
getValue(Object) - 接口 中的方法xiaofei.library.datastorage.annotation.Member
 
getValue(Object) - 类 中的方法xiaofei.library.datastorage.annotation.MethodMember
 
getVersion() - 类 中的静态方法xiaofei.library.datastorage.database.DbConfig
 
GsonObjectCoder - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/3/16.
GsonObjectCoder() - 类 的构造器xiaofei.library.datastorage.database.GsonObjectCoder
 
GsonObjectCoder(ICoderHook) - 类 的构造器xiaofei.library.datastorage.database.GsonObjectCoder
 
GzipCoderHook - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/5/29.
GzipCoderHook() - 类 的构造器xiaofei.library.datastorage.database.GzipCoderHook
 
GzipUtils - xiaofei.library.datastorage.util中的类
Created by Xiaofei on 16/5/29.

I

ICoderHook - xiaofei.library.datastorage.database中的接口
Created by Xiaofei on 16/5/29.
IDataStorage - xiaofei.library.datastorage中的接口
Created by Xiaofei on 16/3/24.

L

load(Class<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, List<String>, Comparator<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, Condition<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, Condition<T>, Comparator<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
load(Class<T>, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return the element of the specified class and the specified id.
load(Class<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of elements of the specified class and the specified ids.
load(Class<T>, List<String>, Comparator<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of elements of the specified class and the specified ids.
load(Class<T>, Condition<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of elements which satisfying the condition.
load(Class<T>, Condition<T>, Comparator<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of elements which satisfying the condition.
loadAll(Class<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
loadAll(Class<T>, Comparator<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
loadAll(Class<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of all the elements of the specified class.
loadAll(Class<T>, Comparator<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Return a list of all the elements of the specified class.

M

Member - xiaofei.library.datastorage.annotation中的接口
Created by Xiaofei on 16/5/11.
MethodMember - xiaofei.library.datastorage.annotation中的类
Created by Xiaofei on 16/5/11.
MethodMember(Method) - 类 的构造器xiaofei.library.datastorage.annotation.MethodMember
 

O

ObjectId - xiaofei.library.datastorage.annotation中的注释类型
Created by Xiaofei on 16/3/25.
onCreate(SQLiteDatabase) - 类 中的方法xiaofei.library.datastorage.database.DbOpenHelper
 
onDowngrade(SQLiteDatabase, int, int) - 类 中的方法xiaofei.library.datastorage.database.DbOpenHelper
 
onUpgrade(SQLiteDatabase, int, int) - 类 中的方法xiaofei.library.datastorage.database.DbOpenHelper
 

S

satisfy(T) - 接口 中的方法xiaofei.library.datastorage.util.Condition
 
SerialObjectCoder - xiaofei.library.datastorage.database中的类
Created by Xiaofei on 16/3/21.
SerialObjectCoder() - 类 的构造器xiaofei.library.datastorage.database.SerialObjectCoder
 
setVersion(int) - 类 中的静态方法xiaofei.library.datastorage.database.DbConfig
 
storeOrUpdate(T) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
storeOrUpdate(List<T>, List<String>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
storeOrUpdate(T, String) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
storeOrUpdate(List<T>) - 类 中的方法xiaofei.library.datastorage.database.DatabaseStorage
 
storeOrUpdate(T, String) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Store or update an element of the specified id.
storeOrUpdate(T) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Store or update an element.
storeOrUpdate(List<T>, List<String>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Store or update a list of elements of the same type.
storeOrUpdate(List<T>) - 接口 中的方法xiaofei.library.datastorage.IDataStorage
Store or update a list of elements of the same type.

T

TYPE_DATABASE - 类 中的静态变量xiaofei.library.datastorage.DataStorageFactory
 
TYPE_FILE - 类 中的静态变量xiaofei.library.datastorage.DataStorageFactory
 

X

xiaofei.library.datastorage - 程序包 xiaofei.library.datastorage
 
xiaofei.library.datastorage.annotation - 程序包 xiaofei.library.datastorage.annotation
 
xiaofei.library.datastorage.database - 程序包 xiaofei.library.datastorage.database
 
xiaofei.library.datastorage.util - 程序包 xiaofei.library.datastorage.util
 
A C D E F G I L M O S T X 
跳过导航链接