Collection classes for NetRexx

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Collection classes for NetRexx

J.Pena
Hello NetRexxers! Does anyone know of a set of so-called 'collection
classes' for the NetRexx/Java environment that resemble the set found in
Rexx (that is, Object Rexx)? I have been learning and using the
object-oriented features in Object Rexx concurrently with NetRexx and I
have found that the collection classes in ORexx are just tremendous! They
are:
 o Array
 o List
 o Directory
 o Queue
 o Table
 o Set
 o Relation
 o Bag

and I believe that they are more comprehensive and easier to use then
say, the Array, Vector and Hashtable classes which are part of the JDK.
I suppose I could implement them myself, but this may be beyond my
skill-level. Thanks

---------------
cjpena
[hidden email]
---------------

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: Collection classes for NetRexx

Vesa Erla
J.Pena wrote:
> Hello NetRexxers! Does anyone know of a set of so-called 'collection
> classes' for the NetRexx/Java environment

JDK 1.2beta2 has a brand new set of containers.
Comes even with balanced trees.
Just started learning them myself too.

regards,
vesa
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: Collection classes for NetRexx

Robert Schiller
In reply to this post by J.Pena
Check out "Java Data Structures"
http://www.geocities.com/SiliconValley/Way/7650/javadata.html

Robert Schiller
Schiller Computing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: Collection classes for NetRexx

Sean McGrath
In reply to this post by J.Pena
See http://www.objectspace.com/jgl/

Sean McGrath

--On Monday, December 29, 1997, 10:23 AM +0000 "J.Pena" <[hidden email]>
wrote:

> Hello NetRexxers! Does anyone know of a set of so-called 'collection
> classes' for the NetRexx/Java environment that resemble the set found in
> Rexx (that is, Object Rexx)?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: Collection classes for NetRexx

mcbrides
>See http://www.objectspace.com/jgl/
>
>Sean McGrath
>
>--On Monday, December 29, 1997, 10:23 AM +0000 "J.Pena" <[hidden email]>
>wrote:
>
>> Hello NetRexxers! Does anyone know of a set of so-called 'collection
>> classes' for the NetRexx/Java environment that resemble the set found in
>> Rexx (that is, Object Rexx)?

Sean, thanks for the URL. I'm in the process of "downing" this library now and
it looks kinda' neat from what I read.

However, there's nothing like something you wrote yourself... :')


--

/-------------------------------------\
| Jerry McBride  ([hidden email]) |
\-------------------------------------/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>