Any idea why such a fundamental method is missing from the dalvik libcore implementation?
I understand that today Harmony luni's HashSet impl is using a backing HashMap so that's what I switched to in the meantime and I do my own duplicate test at each insertion. Hopefully someone can update HashSet in dalvik to use a lightweight array and implement the whole gamut of java public methods. Thanks! Philip
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

