https://github.com/synergex/arraylist_example
This example shows how to extend the Synergex.SynergyDE.Collections.ArrayList class, box and unbox an alpha so that it can be stored in an ArrayList, and how to create a sorted ArrayList.
https://github.com/synergex/arraylist_example
Last synced: 4 months ago
JSON representation
This example shows how to extend the Synergex.SynergyDE.Collections.ArrayList class, box and unbox an alpha so that it can be stored in an ArrayList, and how to create a sorted ArrayList.
- Host: GitHub
- URL: https://github.com/synergex/arraylist_example
- Owner: Synergex
- License: other
- Created: 2021-08-27T18:25:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T16:00:57.000Z (almost 4 years ago)
- Last Synced: 2025-08-29T10:49:56.212Z (9 months ago)
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ArrayList_Example
**Created Date:** 2/16/2011
**Last Updated:** 2/16/2011
**Description:** This example shows how to extend the Synergex.SynergyDE.Collections.ArrayList class, box and unbox an alpha so that it can be stored in an ArrayList, and how to create a sorted ArrayList.
**Platforms:** Windows; Unix; OpenVMS
**Products:** Synergy DBL
**Minimum Version:** 9.1.5b
**Author:** William Hawkins
**Additional Information:** Description
-----------
The source files enclosed in this zip files are:
SynArrayList.dbl
Example of extending a simple ArrayList, so it can use Synergy Alpha types as
data. Also includes methods not implemented in Synergy (standard) ArrayList
SynArrayList_main.dbl
A simple test program for SynArrayList
SortArrayList.dbl
Subroutines that will take a standard ArrayList, and sort the ArrayList as if
it were filled with Synergy Alpha types