Next: ScaledDecimal, Previous: RootNamespace, Up: Base classes [Index]
My instances are OrderedCollections that automatically apply Run Length Encoding compression to the things they store. Be careful when using me: I can provide great space savings, but my instances don’t grant linear access time. RunArray’s behavior currently is similar to that of OrderedCollection (you can add elements to RunArrays); maybe it should behave like an ArrayedCollection.
| • RunArray class-instance creation: | (class) | |
| • RunArray-accessing: | (instance) | |
| • RunArray-adding: | (instance) | |
| • RunArray-basic: | (instance) | |
| • RunArray-copying: | (instance) | |
| • RunArray-enumerating: | (instance) | |
| • RunArray-removing: | (instance) | |
| • RunArray-searching: | (instance) | |
| • RunArray-testing: | (instance) |