What you described is my actual implementation. However, the problem comes
when I need to create a new item in the list or remove one from it. The List
is synchronized with a table in an SQL database and my idea was to use the
hash keys as index in the table. I know the problems of the standard
hashCode() in Java, so collisions might be possible, but I was also thinking
about implementing my own hash function.
I think I'll get stuck with the current implementation.
Thanks for your help.
-- 
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/HashMap-vs-List-in-a-ListView-tp2063310p2064468.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to