-
Recent Posts
Recent Comments
- bandar slot on STS Dashboard behind a Proxy
- Rupali Lokhande on Lack of Activity
- Harshad on Revisited: PGP Encryption/Decryption in Java
- VelMurugan on PGP Encryption/Decryption in Java
- velkumar on PGP Encryption/Decryption in Java
Archives
Categories
Meta
Tag Archives: optimization
Map usage optimization
You know the situation. You have a data structure that is a Map and the key is a simple object and the value is some complex object (lets say an ArrayList). You can’t just get() the ArrayList and start using … Continue reading