A C G P R 

A

addToList(String, T, Class<T>) - Method in class au.com.gridstone.grex.GRexPersister
Adds an object to an existing List, or creates and stores a new List.
au.com.gridstone.grex - package au.com.gridstone.grex
 

C

clear(String) - Method in class au.com.gridstone.grex.GRexPersister
Clears any data stored at the specified key.

G

get(String, Class<T>) - Method in class au.com.gridstone.grex.GRexPersister
Retrieves an object from disk.
getList(String, Class<T>) - Method in class au.com.gridstone.grex.GRexPersister
Reads a List of objects from disk.
GRexPersister - Class in au.com.gridstone.grex
Facilitates the read and write of objects to and from an application's private directory.
GRexPersister(Context, String) - Constructor for class au.com.gridstone.grex.GRexPersister
Create a new instance.
GRexPersister(Context, String, Gson) - Constructor for class au.com.gridstone.grex.GRexPersister
Create a new instances using a provided Gson.

P

put(String, T) - Method in class au.com.gridstone.grex.GRexPersister
Writes an object to disk.
putList(String, List<T>, Class<T>) - Method in class au.com.gridstone.grex.GRexPersister
Write a List of objects to disk.

R

removeFromList(String, T, Class<T>) - Method in class au.com.gridstone.grex.GRexPersister
Remove an object from an existing List.
removeFromList(String, int, Class<T>) - Method in class au.com.gridstone.grex.GRexPersister
Remove an object from an existing List by its index.
A C G P R