Convenient data structures
| Class | Description | |
|---|---|---|
| Dimension | The Dimension class encapsulates the width and height of an object (in double precision) in a single object. | |
| Grid |
A Grid is basically a two dimensions data structure
based on the Collection interface. |
|
| Range | A range represent a space of numeric values. |