Index
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
Collectionin dataMapand 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
- 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
Collectionfrom dataMap. - getCollection(Map<KeyType, ? extends Collection<ValType>>, KeyType) - Method in interface me.wyne.wutils.storage.Storage
-
Get
Collectionfrom dataMap. - gson - Variable in class me.wyne.wutils.storage.JsonStorage
J
- jsonExecutorService - Variable in class me.wyne.wutils.storage.JsonStorage
- JsonStorage - Class in me.wyne.wutils.storage
-
Requires
com.google.gsondependency. - JsonStorage(File) - 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
Mapand 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
Collectionin dataMapand 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
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
Mapand 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
Collectionin dataMapand 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
- Storage - Interface in me.wyne.wutils.storage
- storageFile - Variable in class me.wyne.wutils.storage.JsonStorage
All Classes and Interfaces|All Packages