Package 

Class AbstractStoragePlugin

    • Method Summary

      Modifier and Type Method Description
      <T> void save(int type, T t)
      <T> T get(int type)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractStoragePlugin

        AbstractStoragePlugin(Context context, String name)
    • Method Detail

      • save

         <T> void save(int type, T t)
      • get

         <T> T get(int type)