Array2D

Summary: Array2D -- just for compatibility, from Squeak 3.6
Author: unknown
Owner: Marcus Denker (md)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: Array2D
RSS feed:

Description:

A simple 2D-Array implementation.

Neither storing nor sorting (otherwise inherited from ArrayedCollection) will work. Neither comparing nor most accessing mehods inherited from Sequenceable collection will work. Actually, it's a bad idea to inherit this class from collection at all!!!

This used to be part of the image. This SqueakMap package is provided
for backward-compatibility.


Releases


Back