Index

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

C

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

E

executorService - Variable in class me.wyne.wutils.storage.JsonStorage
 

G

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

J

JsonStorage - Class in me.wyne.wutils.storage
Requires com.google.gson dependency.
JsonStorage(Plugin, String) - Constructor for class me.wyne.wutils.storage.JsonStorage
 

L

loadData() - Method in interface me.wyne.wutils.storage.Storage
Load data from storage file.

M

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

P

plugin - Variable in class me.wyne.wutils.storage.JsonStorage
 

R

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

S

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