Where can I find an implementation of multimap for Java that will work on Android without having to include any other classes etc. The implementations I\'ve found all requir
If you care about code size, we just added multimaps to our utility library: http://greenrobot.org/2015/12/11/multimaps-in-greenrobot-common-2-2/
The jar is way below 100k, which is nice if you consider Android's 65K method limit.