Relative Content

Tag Archive for javacollectionsguava

How to build a ImmutableListMultimap with sorted values

I am trying to build an ImmutableListMultimap which has sorted values. I tried the following but toImmutableListMultimap supports only value mapper and not the list of value mapper. Is there any other alternative to this?