Mohammad Rezaei
Mohammad Rezaei
I've been mulling this over and honestly, I'm not sure what data structure you're proposing. Do just want a map of maps, aka a sparse 2-D array? Do you want...
Can you tell us about how you use this api and whether your data is sparse or not? Specifically, do you use the ```columnMap()``` or ```cellSet()```? The guava variant doesn't...
Putting a sparse dataset into a non-sparse collection is a bad idea from both a time and space perspective. It is literally twice as bad when you have two key...
This also applies to views that have the methods, e.g. `Map.entrySet()`.