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 LocalStorage
public Set<String> keySet()
keySet
in interface LocalStorage
public void setItem(String key, String value)
setItem
in interface LocalStorage
public String removeItem(String key)
removeItem
in interface LocalStorage
public void clear()
clear
in interface LocalStorage
public int size()
size
in interface LocalStorage
Copyright © 2014. All rights reserved.