Interface SortedMultimap<A,B>

All Superinterfaces:
BiPredicate<A,B>, Collection<Map.Entry<A,B>>, Iterable<Map.Entry<A,B>>, Multimap<A,B>, Set<Map.Entry<A,B>>, SortedSet<Map.Entry<A,B>>

public interface SortedMultimap<A,B> extends Multimap<A,B>, SortedSet<Map.Entry<A,B>>
Multimap for both sides of which sorting orders / comparators are defined. Since Multimaps are (among others) sets of map-entries, these sets will be also sorted sets.
  • Method Details

    • domainComparator

      Comparator<? super A> domainComparator()
    • rangeComparator

      Comparator<? super B> rangeComparator()