M
mttc
Where HashMap.remove(Object o)
I find only: HashMap.remove(Key) ?
I make a table with few HasMap for more key, like we discuss on:
http://groups.google.com/group/comp.../browse_thread/thread/65a8490769d257f0?hl=en#
So now I need to write the remove method that remove the object from
all HashMaps. the better way is find the Object reference by primary
key, and then remove it from all Hashmap. but I not see the hashMap
has emove(Object o) ?
I find only: HashMap.remove(Key) ?
I make a table with few HasMap for more key, like we discuss on:
http://groups.google.com/group/comp.../browse_thread/thread/65a8490769d257f0?hl=en#
So now I need to write the remove method that remove the object from
all HashMaps. the better way is find the Object reference by primary
key, and then remove it from all Hashmap. but I not see the hashMap
has emove(Object o) ?