Index

C G J L M R S 
All Classes and Interfaces|All Packages

C

clearCollection(Map<KeyType, ColType>, KeyType, String) - Method in class me.wyne.wutils.storage.JsonStorage
 
clearCollection(Map<KeyType, ColType>, KeyType, String) - Method in interface me.wyne.wutils.storage.Storage
Clear Collection in data Map and in storageFile in given path.
clearMap(Map<KeyType, MapType>, KeyType, Class<MapKeyType>) - Method in class me.wyne.wutils.storage.JsonStorage
 
clearMap(Map<KeyType, MapType>, KeyType, Class<MapKeyType>) - Method in interface me.wyne.wutils.storage.Storage
Clear inner Map in data Map and in storageFile.
createStorageFile() - Method in class me.wyne.wutils.storage.JsonStorage
 
createStorageFile() - Method in interface me.wyne.wutils.storage.Storage
Create storage file.
createStorageFolder(File) - Method in class me.wyne.wutils.storage.JsonStorage
 
createStorageFolder(File) - Method in interface me.wyne.wutils.storage.Storage
Create folder for storage file.

G

get(Map<KeyType, ValType>, KeyType) - Method in class me.wyne.wutils.storage.JsonStorage
Get element from data Map.
get(Map<KeyType, ValType>, KeyType) - Method in interface me.wyne.wutils.storage.Storage
Get element from data Map.
getCollection(Map<KeyType, ? extends Collection<ValType>>, KeyType) - Method in class me.wyne.wutils.storage.JsonStorage
Get Collection from data Map.
getCollection(Map<KeyType, ? extends Collection<ValType>>, KeyType) - Method in interface me.wyne.wutils.storage.Storage
Get Collection from data Map.
gson - Variable in class me.wyne.wutils.storage.JsonStorage
 
gson() - Method in class me.wyne.wutils.storage.JsonStorage
 

J

jsonExecutorService - Variable in class me.wyne.wutils.storage.JsonStorage
 
jsonExecutorService() - Method in class me.wyne.wutils.storage.JsonStorage
 
JsonStorage - Class in me.wyne.wutils.storage
Requires com.google.gson dependency.
JsonStorage(File, ExecutorService) - Constructor for class me.wyne.wutils.storage.JsonStorage
 

L

loadData() - Method in class me.wyne.wutils.storage.JsonStorage
 
loadData() - Method in interface me.wyne.wutils.storage.Storage
Load data from storage file.
loadDataImpl() - Method in interface me.wyne.wutils.storage.Storage
Implementation of loading data from storage file.

M

me.wyne.wutils.storage - package me.wyne.wutils.storage
 

R

remove(Map<KeyType, ValType>, KeyType, String) - Method in class me.wyne.wutils.storage.JsonStorage
 
remove(Map<KeyType, ValType>, KeyType, String) - Method in interface me.wyne.wutils.storage.Storage
Remove element from data Map and from storageFile from given path.
removeCollection(Map<KeyType, ColType>, KeyType, ValType, String) - Method in class me.wyne.wutils.storage.JsonStorage
 
removeCollection(Map<KeyType, ColType>, KeyType, ValType, String) - Method in interface me.wyne.wutils.storage.Storage
Remove element from Collection in data Map and from storageFile from given path.
removeMap(Map<KeyType, MapType>, KeyType, MapKeyType, String) - Method in class me.wyne.wutils.storage.JsonStorage
 
removeMap(Map<KeyType, MapType>, KeyType, MapKeyType, String) - Method in interface me.wyne.wutils.storage.Storage
Remove element from inner Map in data Map and from storageFile from given path.

S

save(Map<KeyType, ValType>, KeyType, ValType, String) - Method in class me.wyne.wutils.storage.JsonStorage
 
save(Map<KeyType, ValType>, KeyType, ValType, String) - Method in interface me.wyne.wutils.storage.Storage
Save element to data Map and to storageFile to given path.
saveCollection(Map<KeyType, ColType>, KeyType, ValType, String) - Method in class me.wyne.wutils.storage.JsonStorage
 
saveCollection(Map<KeyType, ColType>, KeyType, ValType, String) - Method in interface me.wyne.wutils.storage.Storage
Save element to Collection in data Map and to storageFile to given path.
saveMap(Map<KeyType, MapType>, KeyType, MapKeyType, ValType, String) - Method in class me.wyne.wutils.storage.JsonStorage
 
saveMap(Map<KeyType, MapType>, KeyType, MapKeyType, ValType, String) - Method in interface me.wyne.wutils.storage.Storage
Save element to inner Map in data Map and to storageFile to given path.
Storage - Interface in me.wyne.wutils.storage
 
storageFile - Variable in class me.wyne.wutils.storage.JsonStorage
 
storageFile() - Method in class me.wyne.wutils.storage.JsonStorage
 
C G J L M R S 
All Classes and Interfaces|All Packages