Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HashMap like structure

Former Member
0 Kudos

Hello,

I am trying to create something similar to a java HashMap. I want to have a person's name as the key and his attributes in a structure as the value. And eventually a table with these objects.

I would appreciate if I could get an example of how to achieve this.

Thanks

1 REPLY 1

Former Member
0 Kudos

Hi,

Try with HASHED table type.

Svetlin