public class PersistableSingelton extends Hashtable
NOT USED YET!
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache() |
static boolean |
exists()
exists
|
protected static String |
getStorePath()
to be overwritten - defines the xml serializing file name
|
static PersistableSingelton |
instance()
instance
|
void |
save()
save
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic static final PersistableSingelton instance()
public static final boolean exists()
protected static String getStorePath()
public void save()
public static void clearCache()
Copyright © 2012–2018. All rights reserved.