Class SimpleStorageIterator
- Defined in: SimpleStorage.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
SimpleStorageIterator(aSimpleStorage)
You should not instanciate this class directly.
|
Method Summary
| Method Attributes | Method Name and Description |
|---|---|
|
get(aKey)
|
|
|
has(aKey)
|
|
|
remove(aKey)
|
|
|
set(aKey, aValue)
|
Class Detail
SimpleStorageIterator(aSimpleStorage)
You should not instanciate this class directly. Use SimpleStorage.createIteratorStyle.
- Parameters:
- aSimpleStorage
Method Detail
-
get(aKey)
- Parameters:
- aKey
-
has(aKey)
- Parameters:
- aKey
-
remove(aKey)
- Parameters:
- aKey
-
set(aKey, aValue)
- Parameters:
- aKey
- aValue