Storage.Batch| Constructor and Description |
|---|
RoboStorage(RoboPlatform platform) |
| Modifier and Type | Method and Description |
|---|---|
String |
getItem(String key) |
boolean |
isPersisted() |
Iterable<String> |
keys() |
void |
removeItem(String key) |
void |
setItem(String key,
String value) |
Storage.Batch |
startBatch() |
public RoboStorage(RoboPlatform platform)
public boolean isPersisted()
isPersisted in interface Storagepublic void setItem(String key, String value) throws RuntimeException
setItem in interface StorageRuntimeExceptionpublic void removeItem(String key)
removeItem in interface Storagepublic Storage.Batch startBatch()
startBatch in interface StorageCopyright © 2015. All Rights Reserved.