Class TreeMapSetMultimap<K,​V>

  • All Implemented Interfaces:
    Multimap<K,​V>

    public class TreeMapSetMultimap<K,​V>
    extends Object
    implements Multimap<K,​V>

    Implementation of Multimap:

    • backed by SortedMap and use TreeSet as a values
    • key cannot be null
    • values cannot be null
    • asMap() return backed map (the SortedMap).