| Class | WDDX::Struct |
| In: |
lib/wddx/struct.rb
|
| Parent: | WddxData |
Struct is a sorted Hash. Use with care and only if the sort order is important - use Hash instead!
Returns the element at index. A negative index counts from the end of self. Returns nil if the index is out of range.
Calls block once for each key in WDDX::Struct, passing the key and value as parameter.
Calls block for each key in WDDX::Struct, passing the value as the parameter.