Page 1 of 1

Question about Map implementation

Posted: Wed Dec 23, 2015 5:54 am
by Lehrling81
As I know, JavaCard 2.2 doesn't have a Map implementation. Java SE HashMap has an hashing function and its variable size could probably cause out of memory errors. What about a constant size Map with a simple hashing relative to its constant size?

Re: Question about Map implementation

Posted: Sun Dec 27, 2015 7:06 am
by UNKNwYSHSA
Tell us your requirement, maybe you do not have to use Map type.