I have been asked for iterating and processing HashMap having custom object , say Employee as key and employee's age as value. If Map holds millions of data, how is performance and what is the way of optimizing it.
Thanks in advance.
I have been asked for iterating and processing HashMap having custom object , say Employee as key and employee's age as value. If Map holds millions of data, how is performance and what is the way of optimizing it.
Thanks in advance.