How can I create a Multimap in Java on Android

前端 未结 3 2011
伪装坚强ぢ
伪装坚强ぢ 2021-01-12 17:36

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

3条回答
  •  广开言路
    2021-01-12 18:07

    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.

提交回复
热议问题