Specifically, with a SortedMap<Vector<String>, int> I get "dimensions expected after this (int) token." Help!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
No, this is not possible. Use |
|||||||||||
|
|
Konrad is correct. Alternately, you can use the trove class TObjectIntHashMap to map Objects to primitive ints. |
|||
|
|