public class RemoteLocalStorage extends Object implements LocalStorage
| Constructor and Description |
|---|
RemoteLocalStorage(ExecuteMethod executeMethod) |
public RemoteLocalStorage(ExecuteMethod executeMethod)
public String getItem(String key)
getItem in interface LocalStoragepublic Set<String> keySet()
keySet in interface LocalStoragepublic void setItem(String key, String value)
setItem in interface LocalStoragepublic String removeItem(String key)
removeItem in interface LocalStoragepublic void clear()
clear in interface LocalStoragepublic int size()
size in interface LocalStorageCopyright © 2015. All rights reserved.