Hashmap in JDE

Andrew2009

Well Known Member
In my UBE, I need to keep track of things in data structure like Hashmap. How do you implement similar things in JDE? What do you recommend?

Thanks

JDE 9.1
 
What is your use case? I would recommend JDECACHE, LINKLIST, jdeAlloc / jdeReAlloc. JDECACHE is probably closest, but doesn't provide any type of hashing algorithm but you could combine it with one of your own choosing, although I have never really found the need.
 
Last edited:
Back
Top