Documentation generator: JsDoc Toolkit 2.3.2
Template: Codeview 1.2
Generated on: 2011-0-18 14:43

Class SimpleStorageIterator

Class Summary
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