comparing the keysets of two hashmaps
807599May 2 2007 — edited May 2 2007hi ..
Please let me know if i use the following :
(hashmap1.keyset().equals(hashmap2.keyset())) return true;
would it return true always ...the keysets always being Strings in the case...i mean would it always check if all the keys are present in both the keysets..???
thanks.