A C G P R W 

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
 
au.com.gridstone.grex.converter - package au.com.gridstone.grex.converter
 

C

clear(String) - Method in class au.com.gridstone.grex.GRexPersister
Clears any data stored at the specified key.
Converter - Interface in au.com.gridstone.grex.converter
 
ConverterException - Exception in au.com.gridstone.grex.converter
 
ConverterException() - Constructor for exception au.com.gridstone.grex.converter.ConverterException
 
ConverterException(String) - Constructor for exception au.com.gridstone.grex.converter.ConverterException
 
ConverterException(String, Throwable) - Constructor for exception au.com.gridstone.grex.converter.ConverterException
 
ConverterException(Throwable) - Constructor for exception au.com.gridstone.grex.converter.ConverterException
 

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, Converter) - Constructor for class au.com.gridstone.grex.GRexPersister
Create a new instances using a provided converter.

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

read(Reader, Type) - Method in interface au.com.gridstone.grex.converter.Converter
 
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.

W

write(T, Writer) - Method in interface au.com.gridstone.grex.converter.Converter
 
A C G P R W