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